Skip to content

Commit

Permalink
Update to cap-std 3.4.1. (#9557)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode authored Nov 5, 2024
1 parent c92317b commit a8fa7b8
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 24 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.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -256,12 +256,12 @@ regalloc2 = "0.10.2"

# cap-std family:
target-lexicon = "0.12.16"
cap-std = "3.3.0"
cap-rand = { version = "3.3.0", features = ["small_rng"] }
cap-fs-ext = "3.3.0"
cap-net-ext = "3.3.0"
cap-time-ext = "3.3.0"
cap-tempfile = "3.3.0"
cap-std = "3.4.1"
cap-rand = { version = "3.4.1", features = ["small_rng"] }
cap-fs-ext = "3.4.1"
cap-net-ext = "3.4.1"
cap-time-ext = "3.4.1"
cap-tempfile = "3.4.1"
fs-set-times = "0.20.1"
system-interface = { version = "0.27.1", features = ["cap_std_impls"] }
io-lifetimes = { version = "2.0.3", default-features = false }
Expand Down
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.1"

[[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.1"

[[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.1"

[[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.1"

[[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.1"

[[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.1"

[[audits.cargo-platform]]
who = "Pat Hickey <[email protected]>"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -1868,6 +1898,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 @@ -2011,6 +2046,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 @@ -2560,6 +2600,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.39"

[[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 @@ -1174,6 +1174,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 a8fa7b8

Please sign in to comment.