Update libc to 0.2.144

This commit is contained in:
WANG Rui 2023-05-07 14:02:59 +08:00
parent fa3fa852ab
commit 526f5aefda
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1930,9 +1930,9 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
[[package]]
name = "libc"
version = "0.2.142"
version = "0.2.144"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317"
checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
[[package]]
name = "libgit2-sys"

View file

@ -50,7 +50,7 @@ itertools = "0.10.0"
jobserver = "0.1.26"
lazy_static = "1.3.0"
lazycell = "1.2.0"
libc = "0.2.88"
libc = "0.2.144"
libgit2-sys = "0.15.1"
log = "0.4.17"
memchr = "2.1.3"