Bump libc from 0.2.173 to 0.2.174 (#1424)

This commit is contained in:
dependabot[bot] 2025-06-24 18:50:08 +00:00 committed by GitHub
parent cb5f30140e
commit 540b33a251
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

@ -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"

View file

@ -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