From fac5374de3db4b0853d056968b958833d6b29532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 21:17:59 +0000 Subject: [PATCH] Bump ruzstd from 0.7.3 to 0.8.0 Bumps [ruzstd](https://github.com/KillingSpark/zstd-rs) from 0.7.3 to 0.8.0. - [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.3...v0.8.0) --- updated-dependencies: - dependency-name: ruzstd dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46d4120dcf..6ce3315750 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2088,9 +2088,9 @@ checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" [[package]] name = "ruzstd" -version = "0.7.3" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fad02996bfc73da3e301efe90b1837be9ed8f4a462b6ed410aa35d00381de89f" +checksum = "c581601827da5c717bfae77d7b187e54293d23d8fb6b700b4b5e9b5828a13cc3" [[package]] name = "ryu" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 6092d20c05..22ee817a18 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -66,7 +66,7 @@ pbkdf2 = { version = "0.12.1", default-features = false } poly1305 = { version = "0.8.0", default-features = false } rand = { version = "0.8.5", default-features = false, features = ["alloc"] } rand_chacha = { version = "0.3.1", default-features = false } -ruzstd = { version = "0.7.1", default-features = false } +ruzstd = { version = "0.8.0", default-features = false } schnorrkel = { version = "0.11.2", default-features = false, features = ["preaudit_deprecated", "alloc"] } serde = { version = "1.0.183", default-features = false, features = ["alloc", "derive"] } serde_json = { version = "1.0.104", default-features = false, features = ["alloc", "raw_value"] }