From 89e22167a52e5fb7c9efb60ee24df3138f899f87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 10:16:19 +0000 Subject: [PATCH] Bump ruzstd from 0.7.1 to 0.7.2 Bumps [ruzstd](https://github.com/KillingSpark/zstd-rs) from 0.7.1 to 0.7.2. - [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.1...v0.7.2) --- updated-dependencies: - dependency-name: ruzstd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++----- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f3a405a..8892cd02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -582,12 +582,9 @@ checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" [[package]] name = "ruzstd" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c8b8f3d26bd9f945e5cbae77f7cdfbf37af9a66956f1115eb4516e45df519f4" -dependencies = [ - "byteorder", -] +checksum = "99c3938e133aac070997ddc684d4b393777d293ba170f2988c8fd5ea2ad4ce21" [[package]] name = "ryu" diff --git a/Cargo.toml b/Cargo.toml index fe1da56d..774ee43b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ futures = { version = "0.3.30", default-features = false, features = [ rand = { version = "0.8.5", default-features = false, features = ["std", "min_const_gen"] } rand_pcg = { version = "0.3.1", default-features = false } rayon = { version = "1.10.0", default-features = false } -ruzstd = { version = "0.7.1", default-features = false, features = ["std"] } +ruzstd = { version = "0.7.2", default-features = false, features = ["std"] } [dev-dependencies] criterion = { version = "0.5.1", default-features = false, features = ["rayon"] }