diff --git a/Cargo.lock b/Cargo.lock index 6ed0bc30..13e3c134 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -868,9 +868,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.167" +version = "0.2.169" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" +checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "line-index" diff --git a/crates/commands/Cargo.toml b/crates/commands/Cargo.toml index 6a1123c5..e4ffdb12 100644 --- a/crates/commands/Cargo.toml +++ b/crates/commands/Cargo.toml @@ -12,7 +12,7 @@ base-db = { path = "../base-db" } bstr = "1.11.0" crossbeam-channel.workspace = true itertools.workspace = true -libc = "0.2.167" +libc = "0.2.169" log.workspace = true rowan.workspace = true rustc-hash.workspace = true