Skip to content

Commit 502161c

Browse files
committed
Upgrade webpki-roots to 1
1 parent d5198cd commit 502161c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-imap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ rustls-pki-types = "1"
2626
tokio = { version = "1", features = ["net"] }
2727
tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring", "tls12"] }
2828
tokio-util = { version = "0.7.0", features = ["codec"] }
29-
webpki-roots = "0.26"
29+
webpki-roots = "1"
3030

3131
[dev-dependencies]
3232
tokio = { version = "1", features = ["macros", "net", "rt-multi-thread"] }

0 commit comments

Comments
 (0)