From bf3d8814cf0db29971e1df116f8f1f3c9b04bbce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 04:08:33 +0000 Subject: [PATCH 1/2] build(deps): bump libc from 0.2.151 to 0.2.152 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.151 to 0.2.152. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.151...0.2.152) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- backhand-cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7fe43041..a006a780 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -804,9 +804,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.151" +version = "0.2.152" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4" +checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" [[package]] name = "libdeflate-sys" diff --git a/backhand-cli/Cargo.toml b/backhand-cli/Cargo.toml index ed3c1ae0..3bbf2015 100644 --- a/backhand-cli/Cargo.toml +++ b/backhand-cli/Cargo.toml @@ -15,7 +15,7 @@ readme = "../README.md" nix = { version = "0.27.1", default-features = false, features = ["fs"] } clap = { version = "4.4.16", features = ["derive", "wrap_help"] } tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt"] } -libc = "0.2.150" +libc = "0.2.152" clap_complete = "4.4.5" indicatif = "0.17.7" console = "0.15.7" From 7b0738ed1ffe00b91af0218d49327d83e8d6c2b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 15 Jan 2024 04:24:31 +0000 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d99e8ff..2250816c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `clap` from 4.4.12 to 4.4.16 ([#417](https://github.com/wcampbell0x2a/backhand/pull/417)) - Bump `thiserror` from 1.0.53 to 1.0.56 ([#404](https://github.com/wcampbell0x2a/backhand/pull/404)) - Bump `actions/upload-artifact` from 4.0.0 to 4.1.0 ([#423](https://github.com/wcampbell0x2a/backhand/pull/423)) +- Bump `libc` from 0.2.151 to 0.2.152 ([#408](https://github.com/wcampbell0x2a/backhand/pull/408)) ## [v0.14.1] - 2024-01-13 ### `backhand`