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

6
Cargo.lock generated
View file

@ -220,7 +220,7 @@ dependencies = [
"trust-dns-resolver", "trust-dns-resolver",
"url", "url",
"xz2", "xz2",
"zstd 0.12.1+zstd.1.5.2", "zstd 0.12.2+zstd.1.5.2",
] ]
[[package]] [[package]]
@ -2990,9 +2990,9 @@ dependencies = [
[[package]] [[package]]
name = "zstd" name = "zstd"
version = "0.12.1+zstd.1.5.2" version = "0.12.2+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c947d2adc84ff9a59f2e3c03b81aa4128acf28d6ad7d56273f7e8af14e47bea" checksum = "e9262a83dc741c0b0ffec209881b45dbc232c21b02a2b9cb1adb93266e41303d"
dependencies = [ dependencies = [
"zstd-safe 6.0.2+zstd.1.5.2", "zstd-safe 6.0.2+zstd.1.5.2",
] ]

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 # 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. # because it uses the same zstd-sys version.
# Otherwise there will be a link conflict. # Otherwise there will be a link conflict.
zstd = { version = "0.12.1", default-features = false } zstd = { version = "0.12.2", default-features = false }
[features] [features]
default = ["static", "rustls"] default = ["static", "rustls"]