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"