Bump zstd from 0.12.1+zstd.1.5.2 to 0.12.2+zstd.1.5.2 (#695)

This commit is contained in:
dependabot[bot] 2023-01-12 07:36:21 +00:00 committed by GitHub
parent 850ad63df9
commit 13845a7ca2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -43,7 +43,7 @@ xz2 = "0.1.7"
# Since zip 0.6.3 depends on zstd 0.11, we can use 0.12.0 here
# because it uses the same zstd-sys version.
# Otherwise there will be a link conflict.
zstd = { version = "0.12.1", default-features = false }
zstd = { version = "0.12.2", default-features = false }
[features]
default = ["static", "rustls"]