Skip to content

Commit ea35415

Browse files
chore(deps): update zstd requirement from 0.11 to 0.12
Updates the requirements on [zstd](https://github.com/gyscos/zstd-rs) to permit the latest version. - [Release notes](https://github.com/gyscos/zstd-rs/releases) - [Commits](https://github.com/gyscos/zstd-rs/commits) --- updated-dependencies: - dependency-name: zstd dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c5c773c commit ea35415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ thiserror = "1.0"
3636
tokio = { version = "1.19", default-features = false, features = ["io-util", "net", "rt", "sync", "time", "macros"] }
3737
tokio-rustls = { version = "0.23", optional = true }
3838
tracing = "0.1"
39-
zstd = { version = "0.11", optional = true }
39+
zstd = { version = "0.12", optional = true }
4040

4141
[dev-dependencies]
4242
assert_matches = "1.5"

0 commit comments

Comments
 (0)