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 8fe383b commit c2af968Copy full SHA for c2af968
Cargo.toml
@@ -17,12 +17,12 @@ futures-util = { version = "^0.3.7", features = ["sink"] }
17
log = "^0.4.11"
18
native-tls = { version = "0.2", optional = true }
19
pin-project = "1.0"
20
-socket2 = { version = "0.5", features = ["all"] }
+socket2 = { version = "0.6.0", features = ["all"] }
21
tokio = { version = "1.0", features = ["rt", "net", "time"] }
22
tokio-native-tls = { version = "0.3.0", optional = true }
23
tokio-rustls = { version = "0.26", optional = true }
24
tokio-util = { version = "0.7", features = ["codec"] }
25
-webpki-roots = { version = "0.26", optional = true }
+webpki-roots = { version = "1.0.2", optional = true }
26
27
[features]
28
default = []
0 commit comments