diff --git a/Cargo.lock b/Cargo.lock index 56b77ea58fbc4..f062a0bb9c98a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3973,9 +3973,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.147" +version = "0.2.148" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" +checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" [[package]] name = "libflate" diff --git a/src/common/Cargo.toml b/src/common/Cargo.toml index 18cd6c1509cc7..5484b2b88c412 100644 --- a/src/common/Cargo.toml +++ b/src/common/Cargo.toml @@ -114,7 +114,7 @@ libc = "0.2" [target.'cfg(target_os = "macos")'.dependencies] darwin-libproc = { git = "https://github.com/risingwavelabs/darwin-libproc.git", rev = "a502be24bd0971463f5bcbfe035a248d8ba503b7" } -libc = "0.2.147" +libc = "0.2.148" mach2 = "0.4" [dev-dependencies] diff --git a/src/storage/Cargo.toml b/src/storage/Cargo.toml index 1cdaccf3cdba5..6a07f6a990897 100644 --- a/src/storage/Cargo.toml +++ b/src/storage/Cargo.toml @@ -79,7 +79,7 @@ nix = { version = "0.27", features = ["fs", "mman"] } [target.'cfg(target_os = "macos")'.dependencies] darwin-libproc = { git = "https://github.com/risingwavelabs/darwin-libproc.git", rev = "a502be24bd0971463f5bcbfe035a248d8ba503b7" } -libc = "0.2.147" +libc = "0.2.148" mach2 = "0.4" [target.'cfg(not(madsim))'.dependencies]