diff --git a/Cargo.lock b/Cargo.lock index 0add598a70..db796a216d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3513,9 +3513,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.176" +version = "0.2.177" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" +checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" [[package]] name = "libcasr" diff --git a/Cargo.toml b/Cargo.toml index aed14ea569..a3f6944e75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -105,7 +105,7 @@ document-features = "0.2.11" fastbloom = { version = "0.14.0", default-features = false } hashbrown = { version = "0.16.0", default-features = false } # A faster hashmap, nostd compatible just = "=1.40.0" -libc = "0.2.159" # For (*nix) libc +libc = "0.2.177" # For (*nix) libc libipt = { version = "0.4.0", features = ["libipt_master"] } log = "0.4.28" meminterval = "0.4.2" diff --git a/crates/libafl_asan/Cargo.toml b/crates/libafl_asan/Cargo.toml index f3eb1ae605..bdd2e546f7 100644 --- a/crates/libafl_asan/Cargo.toml +++ b/crates/libafl_asan/Cargo.toml @@ -70,7 +70,7 @@ itertools = { version = "0.14.0", default-features = false } log = { version = "0.4.22", default-features = false, features = [ "release_max_level_info", ] } -libc = { version = "0.2.169", default-features = false, optional = true } +libc = { version = "0.2.177", default-features = false, optional = true } nostd-musl = { version = "0.1.6", default-features = false, features = [ "optimized-assembly", ] }