Skip to content

Commit

Permalink
Update cap-std and rustix versions. (#9527)
Browse files Browse the repository at this point in the history
Update to the latest cap-std, rustix, and io-extras. No major changes
here; this mainly just fixes some warnings on nightly Rust and improves
portability.
  • Loading branch information
sunfishcode authored Oct 31, 2024
1 parent 3939172 commit 16eb9fa
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 18 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

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

45 changes: 45 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1120,11 +1120,21 @@ who = "Dan Gohman <[email protected]>"
criteria = "safe-to-deploy"
delta = "3.2.0 -> 3.3.0"

[[audits.cap-fs-ext]]
who = "Dan Gohman <[email protected]>"
criteria = "safe-to-deploy"
delta = "3.3.0 -> 3.4.0"

[[audits.cap-net-ext]]
who = "Dan Gohman <[email protected]>"
criteria = "safe-to-deploy"
delta = "3.2.0 -> 3.3.0"

[[audits.cap-net-ext]]
who = "Dan Gohman <[email protected]>"
criteria = "safe-to-deploy"
delta = "3.3.0 -> 3.4.0"

[[audits.cap-primitives]]
who = "Dan Gohman <[email protected]>"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -1154,6 +1164,11 @@ who = "Dan Gohman <[email protected]>"
criteria = "safe-to-deploy"
delta = "3.2.0 -> 3.3.0"

[[audits.cap-primitives]]
who = "Dan Gohman <[email protected]>"
criteria = "safe-to-deploy"
delta = "3.3.0 -> 3.4.0"

[[audits.cap-rand]]
who = "Alex Crichton <[email protected]>"
criteria = "safe-to-deploy"
Expand All @@ -1177,6 +1192,11 @@ who = "Dan Gohman <[email protected]>"
criteria = "safe-to-deploy"
delta = "3.2.0 -> 3.3.0"

[[audits.cap-rand]]
who = "Dan Gohman <[email protected]>"
criteria = "safe-to-deploy"
delta = "3.3.0 -> 3.4.0"

[[audits.cap-std]]
who = "Dan Gohman <[email protected]>"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -1206,6 +1226,11 @@ who = "Dan Gohman <[email protected]>"
criteria = "safe-to-deploy"
delta = "3.2.0 -> 3.3.0"

[[audits.cap-std]]
who = "Dan Gohman <[email protected]>"
criteria = "safe-to-deploy"
delta = "3.3.0 -> 3.4.0"

[[audits.cap-tempfile]]
who = "Dan Gohman <[email protected]>"
criteria = "safe-to-run"
Expand Down Expand Up @@ -1253,6 +1278,11 @@ who = "Dan Gohman <[email protected]>"
criteria = "safe-to-deploy"
delta = "3.2.0 -> 3.3.0"

[[audits.cap-time-ext]]
who = "Dan Gohman <[email protected]>"
criteria = "safe-to-deploy"
delta = "3.3.0 -> 3.4.0"

[[audits.cargo-platform]]
who = "Pat Hickey <[email protected]>"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -1880,6 +1910,11 @@ criteria = "safe-to-deploy"
delta = "0.17.2 -> 0.17.4"
notes = "Just a dependency version bump"

[[audits.io-extras]]
who = "Dan Gohman <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.18.2 -> 0.18.3"

[[audits.io-lifetimes]]
who = "Dan Gohman <[email protected]>"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -2023,6 +2058,11 @@ criteria = "safe-to-deploy"
delta = "0.2.153 -> 0.2.158"
notes = "More platforms, more definitions, more headers, it's still just `libc`"

[[audits.libc]]
who = "Dan Gohman <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.2.158 -> 0.2.161"

[[audits.libfuzzer-sys]]
who = "Nick Fitzgerald <[email protected]>"
criteria = "safe-to-run"
Expand Down Expand Up @@ -2590,6 +2630,11 @@ who = "Dan Gohman <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.38.34 -> 0.38.37"

[[audits.rustix]]
who = "Dan Gohman <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.38.37 -> 0.38.38"

[[audits.rustls]]
who = "Pat Hickey <[email protected]>"
criteria = "safe-to-deploy"
Expand Down
7 changes: 7 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1464,6 +1464,13 @@ user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.io-extras]]
version = "0.18.2"
when = "2024-03-29"
user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.io-lifetimes]]
version = "1.0.11"
when = "2023-05-24"
Expand Down

0 comments on commit 16eb9fa

Please sign in to comment.