diff --git a/Cargo.lock b/Cargo.lock index db56d46a7..c5bd76385 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -915,9 +915,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.142" +version = "0.2.144" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317" +checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" [[package]] name = "libgit2-sys" diff --git a/Cargo.toml b/Cargo.toml index 4203553f5..8a6434e11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", default-features = false, features = ["std", "ansi", "env-filter", "fmt"] } [target.'cfg(unix)'.dependencies] -libc = { version = "0.2.142" } +libc = { version = "0.2.144" } [dev-dependencies] assert_cmd = "2.0.8"