chore(deps): update zstd requirement from 0.11.2 to 0.12.3
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] <support@github.com>
This commit is contained in:
parent
98d37c8b77
commit
74747c3783
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ hmac = { version = "0.12.1", optional = true, features = ["reset"] }
|
|||
pbkdf2 = {version = "0.11.0", optional = true }
|
||||
sha1 = {version = "0.10.1", optional = true }
|
||||
time = { version = "0.3.7", optional = true, default-features = false, features = ["std"] }
|
||||
zstd = { version = "0.11.2", optional = true }
|
||||
zstd = { version = "0.12.3", optional = true }
|
||||
|
||||
[target.'cfg(any(all(target_arch = "arm", target_pointer_width = "32"), target_arch = "mips", target_arch = "powerpc"))'.dependencies]
|
||||
crossbeam-utils = "0.8.8"
|
||||
|
|
Loading…
Add table
Reference in a new issue