Skip to content

Commit

Permalink
Merge pull request #6408 from cakebaker/downgrade_libc
Browse files Browse the repository at this point in the history
Downgrade `libc` to `0.2.153`
  • Loading branch information
sylvestre authored May 17, 2024
2 parents 89e96b1 + 3ce6794 commit aa8147f
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ half = "2.4.1"
hostname = "0.4"
indicatif = "0.17.8"
itertools = "0.12.1"
libc = "0.2.154"
libc = "0.2.153"
lscolors = { version = "0.16.0", default-features = false, features = [
"gnu_legacy",
] }
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cargo-fuzz = true

[dependencies]
libfuzzer-sys = "0.4.7"
libc = "0.2.154"
libc = "0.2.153"
tempfile = "3.10.1"
rand = { version = "0.8.5", features = ["small_rng"] }
similar = "2.5.0"
Expand Down

0 comments on commit aa8147f

Please sign in to comment.