Skip to content

Commit 0f4f914

Browse files
authored
chore: update to webpki-roots 1 (#851)
1 parent 6b27688 commit 0f4f914

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
@@ -67,7 +67,7 @@ serde_json = "1.0.0"
6767
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "net"] }
6868
env_logger = { version = "0.10", default-features = false }
6969
tokio-rustls = "0.26"
70-
webpki-roots = "0.26"
70+
webpki-roots = "1"
7171

7272
[lints.rust]
7373
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(fuzzing)"] }

0 commit comments

Comments
 (0)