From e7ea764cf60038b6a235f9d66d87271300419e50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 07:29:21 +0200 Subject: [PATCH] chore: Bump zstd from 0.13.2 to 0.13.3 (#131) --- Cargo.lock | 4 ++-- avro/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 961c022..e2fc6f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1730,9 +1730,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/avro/Cargo.toml b/avro/Cargo.toml index 0cc9efd..360f467 100644 --- a/avro/Cargo.toml +++ b/avro/Cargo.toml @@ -72,7 +72,7 @@ strum_macros = { default-features = false, version = "0.27.1" } thiserror = { default-features = false, version = "2.0.11" } uuid = { default-features = false, version = "1.13.2", features = ["serde", "std"] } xz2 = { default-features = false, version = "0.1.7", optional = true } -zstd = { default-features = false, version = "0.13.2", optional = true } +zstd = { default-features = false, version = "0.13.3", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies]