Skip to content

Commit 5031747

Browse files
authored
Update webpki-roots to current version (#1041)
Simple bump from 0.19 to 0.20
1 parent 50006e7 commit 5031747

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
@@ -97,7 +97,7 @@ tokio-tls = { version = "0.3.0", optional = true }
9797
hyper-rustls = { version = "0.21", default-features = false, optional = true }
9898
rustls = { version = "0.18", features = ["dangerous_configuration"], optional = true }
9999
tokio-rustls = { version = "0.14", optional = true }
100-
webpki-roots = { version = "0.19", optional = true }
100+
webpki-roots = { version = "0.20", optional = true }
101101

102102
## cookies
103103
cookie_crate = { version = "0.14", package = "cookie", optional = true }

0 commit comments

Comments
 (0)