-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cap-std and rustix versions. (#9527)
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
1 parent
3939172
commit 16eb9fa
Showing
3 changed files
with
70 additions
and
18 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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" | ||
|
@@ -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" | ||
|
@@ -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" | ||
|
@@ -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" | ||
|
@@ -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" | ||
|
@@ -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" | ||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters