Merge pull request #3 from Pr0methean/dependabot/cargo/zstd-0.12.3
chore(deps): update zstd requirement from 0.11.2 to 0.12.3
This commit is contained in:
commit
cdfbe31fd8
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.12.1", 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