cargo: bump zstd from 0.13.3 to 0.14.0

Bumps [zstd](https://github.com/gyscos/zstd-rs) from 0.13.3 to 0.14.0.
- [Release notes](https://github.com/gyscos/zstd-rs/releases)
- [Commits](https://github.com/gyscos/zstd-rs/compare/v0.13.3...v0.14.0)

---
updated-dependencies:
- dependency-name: zstd
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/cargo/zstd-0.14.0
dependabot[bot] 2 weeks ago committed by GitHub
parent 355b7790b6
commit eb32bdfe89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1441,8 +1441,8 @@ dependencies = [
"compression-core",
"flate2",
"memchr",
"zstd",
"zstd-safe",
"zstd 0.13.3",
"zstd-safe 7.2.4",
]
[[package]]
@ -8672,7 +8672,7 @@ dependencies = [
"webauthn-rs",
"webauthn-rs-proto",
"webpki-roots 1.0.9",
"zstd",
"zstd 0.14.0",
"zxcvbn",
]
@ -10943,7 +10943,16 @@ version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
dependencies = [
"zstd-safe",
"zstd-safe 7.2.4",
]
[[package]]
name = "zstd"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf06bd8162af0734b344780deb55b42a2429ae430870d13fcc12f238e880fe6e"
dependencies = [
"zstd-safe 8.0.0",
]
[[package]]
@ -10955,11 +10964,20 @@ dependencies = [
"zstd-sys",
]
[[package]]
name = "zstd-safe"
version = "8.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae42c0555055784c70058d19ba8e275528e8a99a706684868ace5da4e716a4ab"
dependencies = [
"zstd-sys",
]
[[package]]
name = "zstd-sys"
version = "2.0.16+zstd.1.5.7"
version = "2.1.0+zstd.1.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
checksum = "0ef0a8027ec3ee71300ab3bcbcd0393f434aa72b91ca6d635a39941deae8eea0"
dependencies = [
"cc",
"pkg-config",

@ -326,7 +326,7 @@ lz4_flex = { version = "=0.14.0", default-features = false, features = [
"safe-encode",
"safe-decode",
] }
zstd = { version = "=0.13.3", default-features = false }
zstd = { version = "=0.14.0", default-features = false }
image = { version = "=0.25.10", default-features = false, features = ["jpeg", "png", "webp", "gif"] }
symphonia = { version = "=0.6.1", default-features = false, features = ["opt-simd", "all-formats", "aac", "flac", "mp3", "vorbis"] }

Loading…
Cancel
Save