We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b27688 commit 0f4f914Copy full SHA for 0f4f914
Cargo.toml
@@ -67,7 +67,7 @@ serde_json = "1.0.0"
67
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "net"] }
68
env_logger = { version = "0.10", default-features = false }
69
tokio-rustls = "0.26"
70
-webpki-roots = "0.26"
+webpki-roots = "1"
71
72
[lints.rust]
73
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(fuzzing)"] }
0 commit comments