Skip to content

Commit e294640

Browse files
committed
Bump libc
1 parent 3a5f6a7 commit e294640

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/profile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ doctest = false
1212
[dependencies]
1313
once_cell = "1.15.0"
1414
cfg-if = "1.0.0"
15-
libc = "0.2.126"
15+
libc = "0.2.135"
1616
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
1717
countme = { version = "3.0.1", features = ["enable"] }
1818
jemalloc-ctl = { version = "0.5.0", package = "tikv-jemalloc-ctl", optional = true }

crates/stdx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rust-version = "1.57"
1010
doctest = false
1111

1212
[dependencies]
13-
libc = "0.2.126"
13+
libc = "0.2.135"
1414
backtrace = { version = "0.3.65", optional = true }
1515
always-assert = { version = "0.1.2", features = ["log"] }
1616
# Think twice before adding anything here

0 commit comments

Comments
 (0)