From 8cc95ec92cfd8dc019ed91bad7080944ecebe35d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:36:10 +0000 Subject: [PATCH] Bump ruzstd from 0.7.2 to 0.7.3 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] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fdf60cf..a94acbd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1267,9 +1267,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", ]