Merge pull request #300 from khuey/zstd_11

Bump zstd to 0.11.
This commit is contained in:
Alexander Zaitsev 2022-04-06 11:00:28 +03:00 committed by GitHub
commit d82ccd0513
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ hmac = { version = "0.12.1", optional = true, features = ["reset"] }
pbkdf2 = {version = "0.10.1", optional = true } pbkdf2 = {version = "0.10.1", optional = true }
sha1 = {version = "0.10.1", optional = true } sha1 = {version = "0.10.1", optional = true }
time = { version = "0.3.7", features = ["formatting", "macros" ], optional = true } time = { version = "0.3.7", features = ["formatting", "macros" ], optional = true }
zstd = { version = "0.10.0", optional = true } zstd = { version = "0.11.0", optional = true }
[target.'cfg(any(all(target_arch = "arm", target_pointer_width = "32"), target_arch = "mips", target_arch = "powerpc"))'.dependencies] [target.'cfg(any(all(target_arch = "arm", target_pointer_width = "32"), target_arch = "mips", target_arch = "powerpc"))'.dependencies]
crossbeam-utils = "0.8.8" crossbeam-utils = "0.8.8"