Skip to content

Commit 5d9947d

Browse files
authored
Merge pull request #1411 from spacejam/dependabot/cargo/zstd-0.11.2
Update zstd requirement from 0.10.0 to 0.11.2
2 parents 8990524 + 15fb2ba commit 5d9947d

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)