diff --git a/Cargo.lock b/Cargo.lock index 0bce111d07..f7aa19eccb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2436,9 +2436,9 @@ dependencies = [ [[package]] name = "glob" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" +checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" [[package]] name = "gloo-timers" @@ -3227,7 +3227,7 @@ dependencies = [ "libafl_wide", "libc", "log", - "mach2", + "mach2 0.5.0", "miniz_oxide", "nix 0.30.1", "num_enum", @@ -3821,6 +3821,15 @@ dependencies = [ "libc", ] +[[package]] +name = "mach2" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea" +dependencies = [ + "libc", +] + [[package]] name = "memchr" version = "2.7.5" @@ -3965,7 +3974,7 @@ dependencies = [ "bitflags 1.3.2", "combine", "libc", - "mach2", + "mach2 0.4.3", "nix 0.26.4", "sysctl", "thiserror 1.0.69", @@ -4591,7 +4600,7 @@ dependencies = [ "bindgen 0.70.1", "libc", "libproc", - "mach2", + "mach2 0.4.3", "winapi", ] diff --git a/crates/libafl_cc/Cargo.toml b/crates/libafl_cc/Cargo.toml index 25323c7588..c4a47ef650 100644 --- a/crates/libafl_cc/Cargo.toml +++ b/crates/libafl_cc/Cargo.toml @@ -45,7 +45,7 @@ cc = { workspace = true, features = ["parallel"] } which = { workspace = true } [target.'cfg(target_vendor = "apple")'.build-dependencies] -glob = "0.3.1" +glob = "0.3.3" [dependencies] serde = { workspace = true, default-features = false, features = [