Skip to content

Commit

Permalink
Bump libc
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Oct 15, 2022
1 parent 3a5f6a7 commit e294640
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/profile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ doctest = false
[dependencies]
once_cell = "1.15.0"
cfg-if = "1.0.0"
libc = "0.2.126"
libc = "0.2.135"
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
countme = { version = "3.0.1", features = ["enable"] }
jemalloc-ctl = { version = "0.5.0", package = "tikv-jemalloc-ctl", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/stdx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version = "1.57"
doctest = false

[dependencies]
libc = "0.2.126"
libc = "0.2.135"
backtrace = { version = "0.3.65", optional = true }
always-assert = { version = "0.1.2", features = ["log"] }
# Think twice before adding anything here
Expand Down

0 comments on commit e294640

Please sign in to comment.