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 c5c773c commit ea35415Copy full SHA for ea35415
Cargo.toml
@@ -36,7 +36,7 @@ thiserror = "1.0"
36
tokio = { version = "1.19", default-features = false, features = ["io-util", "net", "rt", "sync", "time", "macros"] }
37
tokio-rustls = { version = "0.23", optional = true }
38
tracing = "0.1"
39
-zstd = { version = "0.11", optional = true }
+zstd = { version = "0.12", optional = true }
40
41
[dev-dependencies]
42
assert_matches = "1.5"
0 commit comments