From f01474685e6cfa26c8273d2c71a6866ba6d8ebcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 09:46:02 +0000 Subject: [PATCH] Bump libc from 0.2.167 to 0.2.168 (#1660) Bumps [libc](https://github.com/rust-lang/libc) from 0.2.167 to 0.2.168. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.168/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.167...0.2.168) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cfcdf6b17..4cea01e78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -799,9 +799,9 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" [[package]] name = "libc" -version = "0.2.167" +version = "0.2.168" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" +checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d" [[package]] name = "libgit2-sys" diff --git a/Cargo.toml b/Cargo.toml index 068e18b93..b5ed19102 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ walkdir = "2.5.0" glob = "0.3.1" [target.'cfg(all(target_os = "linux", any(target_arch = "x86_64", target_arch = "x86")))'.dependencies] -libc = "0.2.94" +libc = "0.2.168" nix = {version = "0.29.0", default-features = false, features = ["sched", "signal", "ptrace", "personality"]} procfs = "0.17"