From de0763c32d51252ef5718510361f8497b56f562a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 03:39:50 +0000 Subject: [PATCH] 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] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8688bb1..d225486 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2459,18 +2459,18 @@ checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b" [[package]] name = "zstd" -version = "0.13.3" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" +checksum = "bf06bd8162af0734b344780deb55b42a2429ae430870d13fcc12f238e880fe6e" dependencies = [ "zstd-safe", ] [[package]] name = "zstd-safe" -version = "7.3.0" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64d80649ab6db9d9f6f9c80a40becd948eda4714a0a5ac8c4d157a32231c7882" +checksum = "ae42c0555055784c70058d19ba8e275528e8a99a706684868ace5da4e716a4ab" dependencies = [ "zstd-sys", ] diff --git a/Cargo.toml b/Cargo.toml index cb1b67a..438312e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ ring = "0.17" rustls-pki-types = "1" rcgen = { version = "0.13", default-features = false, features = ["ring", "pem"] } tungstenite = { version = "0.30", default-features = false, features = ["handshake"] } -zstd = { version = "0.13", default-features = false } +zstd = { version = "0.14", default-features = false } twox-hash = { version = "2", default-features = false, features = ["xxhash64"] } fastrand = "2" rand = { version = "0.8", features = ["small_rng"] }