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 9c80cfa commit 13ab0b6Copy full SHA for 13ab0b6
Cargo.toml
@@ -35,7 +35,7 @@ rustls = { version = "0.23", optional = true, default-features = false, features
35
snap = { version = "1", optional = true }
36
thiserror = "1.0"
37
tokio = { version = "1.19", default-features = false, features = ["io-util", "net", "rt", "sync", "time", "macros"] }
38
-tokio-rustls = { version = "0.25", optional = true }
+tokio-rustls = { version = "0.26", optional = true }
39
tracing = "0.1"
40
zstd = { version = "0.13", optional = true }
41
0 commit comments