diff --git a/Cargo.lock b/Cargo.lock index 90eabd89..54d3eb05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1022,9 +1022,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.173" +version = "0.2.174" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8cfeafaffdbc32176b64fb251369d52ea9f0a8fbc6f8759edffef7b525d64bb" +checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" [[package]] name = "libredox" diff --git a/crates/commands/Cargo.toml b/crates/commands/Cargo.toml index 82438681..a89c436f 100644 --- a/crates/commands/Cargo.toml +++ b/crates/commands/Cargo.toml @@ -12,7 +12,7 @@ base-db = { path = "../base-db" } bstr = "1.12.0" crossbeam-channel.workspace = true itertools.workspace = true -libc = "0.2.173" +libc = "0.2.174" log.workspace = true rowan.workspace = true rustc-hash.workspace = true