From e0c775128de0d4debfe2141bb7dbb0ab78a080f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 02:58:55 +0000 Subject: [PATCH 1/2] build(deps): bump zstd-safe from 7.1.0 to 7.2.1 Bumps [zstd-safe](https://github.com/gyscos/zstd-rs) from 7.1.0 to 7.2.1. - [Release notes](https://github.com/gyscos/zstd-rs/releases) - [Commits](https://github.com/gyscos/zstd-rs/commits) --- updated-dependencies: - dependency-name: zstd-safe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- backhand/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 66ea4be0..29bfc68f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1916,9 +1916,9 @@ dependencies = [ [[package]] name = "zstd-safe" -version = "7.1.0" +version = "7.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cd99b45c6bc03a018c8b8a86025678c87e55526064e38f9df301989dce7ec0a" +checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059" dependencies = [ "zstd-sys", ] diff --git a/backhand/Cargo.toml b/backhand/Cargo.toml index b7c80249..91b2a2f4 100644 --- a/backhand/Cargo.toml +++ b/backhand/Cargo.toml @@ -24,7 +24,7 @@ zune-inflate = { version = "0.2.54", optional = true, default-features = false, xz2 = { version = "0.1.7", optional = true } rust-lzo = { version = "0.6.2", optional = true } zstd = { version = "0.13.1", optional = true } -zstd-safe = { version = "7.0.0", optional = true } +zstd-safe = { version = "7.2.1", optional = true } rustc-hash = "2.0.0" document-features = { version = "0.2.10", optional = true } From 84b726ccb84a34ae950dbf3b1693bcc23a80d496 Mon Sep 17 00:00:00 2001 From: wcampbell0x2a Date: Sat, 10 Aug 2024 18:49:20 +0000 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c149ea92..a5331a41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `rustc-hash` from 1.1.0 to 2.0.0 ([#570](https://github.com/wcampbell0x2a/backhand/pull/570)) - Bump `clap_complete` from 4.5.2 to 4.5.8 ([#575](https://github.com/wcampbell0x2a/backhand/pull/575)) - Bump `document-features` from 0.2.8 to 0.2.10 ([#576](https://github.com/wcampbell0x2a/backhand/pull/576)) +- Bump `zstd-safe` from 7.1.0 to 7.2.1 ([#585](https://github.com/wcampbell0x2a/backhand/pull/585)) ## [v0.18.0] - 2024-05-24 ### `backhand`