diff --git a/Cargo.lock b/Cargo.lock index 4ad627505b..2f4f2eb3bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1966,9 +1966,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.166" +version = "0.2.167" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ccc108bbc0b1331bd061864e7cd823c0cab660bbe6970e66e2c0614decde36" +checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" [[package]] name = "libgit2-sys" diff --git a/Cargo.toml b/Cargo.toml index 07946ccac2..2b2ad334b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ indexmap = "2.6.0" indoc = "2.0.4" insta = { version = "1.41.1", features = ["filters"] } itertools = "0.13.0" -libc = { version = "0.2.166" } +libc = { version = "0.2.167" } maplit = "1.0.2" minus = { version = "5.6.1", features = ["dynamic_output", "search"] } num_cpus = "1.16.0"