From 30534a5e2e5be92717a83ffa44ca44efe57193dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:23:29 +0000 Subject: [PATCH] Bump ruzstd from 0.7.2 to 0.7.3 (#141) Bumps [ruzstd](https://github.com/KillingSpark/zstd-rs) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/KillingSpark/zstd-rs/releases) - [Changelog](https://github.com/KillingSpark/zstd-rs/blob/master/Changelog.md) - [Commits](https://github.com/KillingSpark/zstd-rs/compare/v0.7.2...v0.7.3) --- updated-dependencies: - dependency-name: ruzstd dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a82d0204..3a1ca779 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9336,9 +9336,9 @@ dependencies = [ [[package]] name = "ruzstd" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99c3938e133aac070997ddc684d4b393777d293ba170f2988c8fd5ea2ad4ce21" +checksum = "fad02996bfc73da3e301efe90b1837be9ed8f4a462b6ed410aa35d00381de89f" dependencies = [ "twox-hash", ]