From 3a2761d9c4c061937acdac9871bf022e6e63eba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 15:25:11 +0000 Subject: [PATCH] cargo: bump the cargo-dependencies group with 1 update Bumps the cargo-dependencies group with 1 update: [libc](https://github.com/rust-lang/libc). - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.149...0.2.150) --- updated-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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4bd0f1f676..bd6c4af6ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1735,9 +1735,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.149" +version = "0.2.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" +checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" [[package]] name = "libgit2-sys" diff --git a/Cargo.toml b/Cargo.toml index 3c5f64872c..f0da136da5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ gix = { version = "0.55.2", default-features = false, features = [ hex = "0.4.3" itertools = "0.11.0" indexmap = "2.1.0" -libc = { version = "0.2.149" } +libc = { version = "0.2.150" } insta = { version = "1.34.0", features = ["filters"] } maplit = "1.0.2" num_cpus = "1.16.0"