From 533fae0307724137e9f7700d7b490ebe1da15e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 15:36:00 +0000 Subject: [PATCH] cargo: bump the cargo-dependencies group with 2 updates Bumps the cargo-dependencies group with 2 updates: [clap](https://github.com/clap-rs/clap) and [libc](https://github.com/rust-lang/libc). Updates `clap` from 4.4.2 to 4.4.3 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.4.2...v4.4.3) Updates `libc` from 0.2.147 to 0.2.148 - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.147...0.2.148) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 319c71ec3c..462a579e3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -338,9 +338,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.2" +version = "4.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6" +checksum = "84ed82781cea27b43c9b106a979fe450a13a31aab0500595fb3fc06616de08e6" dependencies = [ "clap_builder", "clap_derive", @@ -1131,9 +1131,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.147" +version = "0.2.148" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" +checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" [[package]] name = "libgit2-sys" diff --git a/Cargo.toml b/Cargo.toml index cdb0c4d6c8..396b49a224 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ blake2 = "0.10.6" byteorder = "1.4.3" bytes = "1.5.0" cargo_metadata = "0.17.0" -clap = { version = "4.4.2", features = ["derive", "deprecated", "wrap_help"] } +clap = { version = "4.4.3", features = ["derive", "deprecated", "wrap_help"] } clap_complete = "4.4.1" clap_mangen = "0.2.10" chrono = { version = "0.4.30", default-features = false, features = [ @@ -44,7 +44,7 @@ git2 = "0.17.2" hex = "0.4.3" itertools = "0.11.0" indexmap = "2.0.0" -libc = { version = "0.2.147" } +libc = { version = "0.2.148" } insta = { version = "1.31.0", features = ["filters"] } maplit = "1.0.2" num_cpus = "1.16.0"