Bump libc from 0.2.162 to 0.2.167 (#1283)

This commit is contained in:
dependabot[bot] 2024-12-03 19:04:42 +00:00 committed by GitHub
parent 53b82b60cb
commit 24f3e1293f
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

@ -868,9 +868,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.162"
version = "0.2.167"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398"
checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc"
[[package]]
name = "line-index"

View file

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