Skip to content

Commit 141fc69

Browse files
committed
Auto merge of rust-lang#15913 - lnicola:bump-libc, r=lnicola
internal: Bump libc CC rust-lang#117981
2 parents 37a8790 + 480cb60 commit 141fc69

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ dissimilar = "1.0.7"
9797
either = "1.9.0"
9898
indexmap = "2.1.0"
9999
itertools = "0.12.0"
100+
libc = "0.2.150"
100101
smallvec = { version = "1.10.0", features = [
101102
"const_new",
102103
"union",

crates/profile/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ doctest = false
1414
[dependencies]
1515
once_cell = "1.17.0"
1616
cfg-if = "1.0.0"
17-
libc = "0.2.135"
1817
la-arena.workspace = true
18+
libc.workspace = true
1919
countme = { version = "3.0.1", features = ["enable"] }
2020
jemalloc-ctl = { version = "0.5.0", package = "tikv-jemalloc-ctl", optional = true }
2121

crates/stdx/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ rust-version.workspace = true
1212
doctest = false
1313

1414
[dependencies]
15-
libc = "0.2.135"
1615
backtrace = { version = "0.3.67", optional = true }
1716
always-assert = { version = "0.1.2", features = ["log"] }
1817
jod-thread = "0.1.2"
18+
libc.workspace = true
1919
crossbeam-channel = "0.5.5"
2020
# Think twice before adding anything here
2121

0 commit comments

Comments
 (0)