mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-07-07 13:15:22 +00:00
Bump libc from 0.2.173 to 0.2.174 (#1424)
This commit is contained in:
parent
cb5f30140e
commit
540b33a251
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue