We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba9be8 commit e4182f4Copy full SHA for e4182f4
compio-quic/Cargo.toml
@@ -26,7 +26,7 @@ quinn-proto = { version = "0.11.10", default-features = false }
26
rustls = { workspace = true }
27
rustls-platform-verifier = { version = "0.5.0", optional = true }
28
rustls-native-certs = { workspace = true, optional = true }
29
-webpki-roots = { version = "0.26.3", optional = true }
+webpki-roots = { version = "1.0.0", optional = true }
30
h3 = { version = "0.0.8", optional = true }
31
h3-datagram = { version = "0.0.2", optional = true }
32
0 commit comments