Skip to content

Commit

Permalink
Update Rust crate libc to 0.2.150
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 5, 2023
1 parent 8aa6e5e commit bd91dbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -30,7 +30,7 @@ tempfile = "3.8.1"
test-log = "0.2.13"

[target.'cfg(not(windows))'.dependencies]
libc = "0.2.149"
libc = "0.2.150"
# Saves nontrivial unsafe and platform specific code (Darwin vs other Unixes,
# MAX_PATH and more : consider it weak and something we can remove if expedient
# later.
Expand Down

0 comments on commit bd91dbf

Please sign in to comment.