Skip to content

Commit c85b62b

Browse files
committed
Bump webpki-roots to 0.20
1 parent dc30039 commit c85b62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ appveyor = { repository = "async-std/async-tls" }
1919
futures = "0.3.4"
2020
rustls = "0.18.0"
2121
webpki = { version = "0.21.2", optional = true }
22-
webpki-roots = { version = "0.19.0", optional = true }
22+
webpki-roots = { version = "0.20.0", optional = true }
2323

2424
[features]
2525
default = ["client", "server"]

0 commit comments

Comments
 (0)