From 27b824547dd75ea4e2b2fe4a1eb9722d25f81c1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 19:14:17 +0000 Subject: [PATCH] chore(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-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 786bff67d..46eb57dc9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -314,7 +314,7 @@ dependencies = [ "memchr", "pin-project-lite", "tokio", - "zstd 0.13.2", + "zstd 0.13.3", "zstd-safe 7.2.1", ] @@ -3093,7 +3093,7 @@ dependencies = [ "url", "walkdir", "xattr", - "zstd 0.13.2", + "zstd 0.13.3", ] [[package]] @@ -7880,9 +7880,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 7.2.1", ]