Skip to content

Commit 23a35fe

Browse files
committed
Update Rust crate lettre to 0.10.0-rc.3
1 parent a31120f commit 23a35fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ http = "0.2"
6363
hyper = { version = "0.14", features = ["client", "http1"] }
6464
indexmap = { version = "1.7.0", features = ["serde-1"] }
6565
jemallocator = { version = "0.3", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
66-
lettre = { version = "0.10.0-beta.3", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] }
66+
lettre = { version = "0.10.0-rc.3", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] }
6767
license-exprs = "1.6"
6868
minijinja = "0.6.0"
6969
oauth2 = { version = "4.0.0", default-features = false, features = ["reqwest"] }

0 commit comments

Comments
 (0)