Skip to content

Commit

Permalink
Bump rustix crates
Browse files Browse the repository at this point in the history
0.36.15 -> 0.36.16
0.37.23 -> 0.37.25
0.38.8 -> 0.38.19
  • Loading branch information
cakebaker committed Oct 19, 2023
1 parent 4573eb6 commit c93dffb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ highlight = "all"
# spell-checker: disable
skip = [
# procfs
{ name = "rustix", version = "0.36.15" },
{ name = "rustix", version = "0.36.16" },
# rustix
{ name = "linux-raw-sys", version = "0.1.4" },
{ name = "linux-raw-sys", version = "0.3.8" },
# terminal_size
{ name = "rustix", version = "0.37.23" },
{ name = "rustix", version = "0.37.25" },
# various crates
{ name = "windows-sys", version = "0.45.0" },
# windows-sys
Expand Down

0 comments on commit c93dffb

Please sign in to comment.