From 36717dc0bcabf264ec7ee75f5a812ab22ca8de03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:36:32 +0000 Subject: [PATCH] build(deps): bump ruzstd from 0.7.0 to 0.7.3 Bumps [ruzstd](https://github.com/KillingSpark/zstd-rs) from 0.7.0 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.0...v0.7.3) --- updated-dependencies: - dependency-name: ruzstd dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64338793a..9aba88045 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4677,11 +4677,10 @@ checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" [[package]] name = "ruzstd" -version = "0.7.0" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5022b253619b1ba797f243056276bed8ed1a73b0f5a7ce7225d524067644bf8f" +checksum = "fad02996bfc73da3e301efe90b1837be9ed8f4a462b6ed410aa35d00381de89f" dependencies = [ - "byteorder", "twox-hash", ]