Bump zstd from 0.12.2+zstd.1.5.2 to 0.12.3+zstd.1.5.2 (#756)

This commit is contained in:
dependabot[bot] 2023-02-01 02:13:58 +00:00 committed by GitHub
parent 7dc07ad23c
commit b05548440d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 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.2", default-features = false }
zstd = { version = "0.12.3", default-features = false }
[features]
default = ["static", "rustls"]