Skip to content

Commit 7b80718

Browse files
authored
Upgrade webpki-roots to 1 (#2688)
1 parent 152a560 commit 7b80718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ hyper-rustls = { version = "0.27.0", default-features = false, optional = true,
146146
rustls = { version = "0.23.4", optional = true, default-features = false, features = ["std", "tls12"] }
147147
rustls-pki-types = { version = "1.1.0", features = ["alloc"] ,optional = true }
148148
tokio-rustls = { version = "0.26", optional = true, default-features = false, features = ["tls12"] }
149-
webpki-roots = { version = "0.26.0", optional = true }
149+
webpki-roots = { version = "1", optional = true }
150150
rustls-native-certs = { version = "0.8.0", optional = true }
151151

152152
## cookies

0 commit comments

Comments
 (0)