mirror of https://github.com/rust-lang/rust.git
Bump libc
This commit is contained in:
parent
37a8790829
commit
480cb60be3
|
@ -877,9 +877,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.148"
|
||||
version = "0.2.150"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
|
||||
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
|
||||
|
||||
[[package]]
|
||||
name = "libloading"
|
||||
|
|
|
@ -97,6 +97,7 @@ dissimilar = "1.0.7"
|
|||
either = "1.9.0"
|
||||
indexmap = "2.1.0"
|
||||
itertools = "0.12.0"
|
||||
libc = "0.2.150"
|
||||
smallvec = { version = "1.10.0", features = [
|
||||
"const_new",
|
||||
"union",
|
||||
|
|
|
@ -14,8 +14,8 @@ doctest = false
|
|||
[dependencies]
|
||||
once_cell = "1.17.0"
|
||||
cfg-if = "1.0.0"
|
||||
libc = "0.2.135"
|
||||
la-arena.workspace = true
|
||||
libc.workspace = true
|
||||
countme = { version = "3.0.1", features = ["enable"] }
|
||||
jemalloc-ctl = { version = "0.5.0", package = "tikv-jemalloc-ctl", optional = true }
|
||||
|
||||
|
|
|
@ -12,10 +12,10 @@ rust-version.workspace = true
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2.135"
|
||||
backtrace = { version = "0.3.67", optional = true }
|
||||
always-assert = { version = "0.1.2", features = ["log"] }
|
||||
jod-thread = "0.1.2"
|
||||
libc.workspace = true
|
||||
crossbeam-channel = "0.5.5"
|
||||
# Think twice before adding anything here
|
||||
|
||||
|
|
Loading…
Reference in New Issue