Bump libc from 0.2.169 to 0.2.171 (#1363)

This commit is contained in:
dependabot[bot] 2025-04-07 19:40:48 +00:00 committed by GitHub
parent dd6e103efd
commit 60a3a72a4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1031,9 +1031,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.169"
version = "0.2.171"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
[[package]]
name = "libredox"

View file

@ -12,7 +12,7 @@ base-db = { path = "../base-db" }
bstr = "1.11.3"
crossbeam-channel.workspace = true
itertools.workspace = true
libc = "0.2.169"
libc = "0.2.171"
log.workspace = true
rowan.workspace = true
rustc-hash.workspace = true