Skip to content

Commit 9486edc

Browse files
authored
Merge pull request #73 from djc/dependabot/cargo/webpki-roots-0.19.0
Update webpki-roots requirement from 0.18.0 to 0.19.0
2 parents 936f3ed + fb7bbc6 commit 9486edc

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
@@ -24,7 +24,7 @@ nom = "5"
2424
tokio = { version = "0.2.2", features = ["tcp"] }
2525
tokio-rustls = "0.12.0"
2626
tokio-util = { version = "0.2.0", features = ["codec"] }
27-
webpki-roots = "0.18.0"
27+
webpki-roots = "0.19.0"
2828

2929
[dev-dependencies]
3030
tokio = { version = "0.2.2", features = ["macros", "tcp"] }

0 commit comments

Comments
 (0)