Skip to content

Commit 15fb2ba

Browse files
Update zstd requirement from 0.10.0 to 0.11.2
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](gyscos/zstd-rs@v0.10.0...v0.11.2) --- updated-dependencies: - dependency-name: zstd dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e95ec05 commit 15fb2ba

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
@@ -48,7 +48,7 @@ memshred = []
4848

4949
[dependencies]
5050
libc = "0.2.96"
51-
zstd = { version = "0.10.0", optional = true }
51+
zstd = { version = "0.11.2", optional = true }
5252
crc32fast = "1.2.1"
5353
log = "0.4.14"
5454
parking_lot = "0.12.0"

0 commit comments

Comments
 (0)