From c69749ccf85aee6e87bdb98ba2c7a81dae08c1be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 23:34:19 +0000 Subject: [PATCH] build(deps): bump zstd from 0.13.2 to 0.13.3 Bumps [zstd](https://github.com/gyscos/zstd-rs) from 0.13.2 to 0.13.3. - [Release notes](https://github.com/gyscos/zstd-rs/releases) - [Commits](https://github.com/gyscos/zstd-rs/compare/v0.13.2...v0.13.3) --- updated-dependencies: - dependency-name: zstd dependency-version: 0.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 42b152e26e..46d7a2de04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13154,9 +13154,9 @@ dependencies = [ [[package]] name = "zstd" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" +checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" dependencies = [ "zstd-safe", ] diff --git a/Cargo.toml b/Cargo.toml index a6cc14461a..27689d4fcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -600,7 +600,7 @@ winreg = "0.50" x509-parser = "0.14.0" # See "zeroize versioning issues" below if you are updating this version. zeroize = { version = "1.7", default-features = false } -zstd = "0.13.2" +zstd = "0.13.3" [profile.release-with-debug] inherits = "release" debug = true