Skip to content

Commit

Permalink
Update to cap-std 3.4.1. (#9559)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode authored Nov 5, 2024
1 parent 4aab8c0 commit e2c74c3
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 26 deletions.
40 changes: 20 additions & 20 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 @@ -247,12 +247,12 @@ regalloc2 = "0.9.3"

# cap-std family:
target-lexicon = "0.12.16"
cap-std = "3.0.0"
cap-rand = { version = "3.0.0", features = ["small_rng"] }
cap-fs-ext = "3.0.0"
cap-net-ext = "3.0.0"
cap-time-ext = "3.0.0"
cap-tempfile = "3.0.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 @@ -1081,6 +1081,16 @@ criteria = "safe-to-deploy"
delta = "1.0.5 -> 1.0.14"
notes = "The Bytecode Alliance is the author of this crate."

[[audits.cap-fs-ext]]
who = "Dan Gohman <dev@sunfishcode.online>"
criteria = "safe-to-deploy"
delta = "3.2.0 -> 3.4.1"

[[audits.cap-net-ext]]
who = "Dan Gohman <dev@sunfishcode.online>"
criteria = "safe-to-deploy"
delta = "3.2.0 -> 3.4.1"

[[audits.cap-primitives]]
who = "Dan Gohman <dev@sunfishcode.online>"
criteria = "safe-to-deploy"
Expand All @@ -1105,6 +1115,11 @@ criteria = "safe-to-deploy"
delta = "1.0.5 -> 1.0.14"
notes = "The Bytecode Alliance is the author of this crate."

[[audits.cap-primitives]]
who = "Dan Gohman <dev@sunfishcode.online>"
criteria = "safe-to-deploy"
delta = "3.2.0 -> 3.4.1"

[[audits.cap-rand]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
Expand All @@ -1123,6 +1138,11 @@ criteria = "safe-to-deploy"
delta = "1.0.1 -> 1.0.14"
notes = "The Bytecode Alliance is the author of this crate."

[[audits.cap-rand]]
who = "Dan Gohman <dev@sunfishcode.online>"
criteria = "safe-to-deploy"
delta = "3.2.0 -> 3.4.1"

[[audits.cap-std]]
who = "Dan Gohman <dev@sunfishcode.online>"
criteria = "safe-to-deploy"
Expand All @@ -1147,6 +1167,11 @@ criteria = "safe-to-deploy"
delta = "1.0.5 -> 1.0.14"
notes = "The Bytecode Alliance is the author of this crate."

[[audits.cap-std]]
who = "Dan Gohman <dev@sunfishcode.online>"
criteria = "safe-to-deploy"
delta = "3.2.0 -> 3.4.1"

[[audits.cap-tempfile]]
who = "Dan Gohman <dev@sunfishcode.online>"
criteria = "safe-to-run"
Expand Down Expand Up @@ -1189,6 +1214,11 @@ criteria = "safe-to-deploy"
delta = "1.0.5 -> 1.0.14"
notes = "The Bytecode Alliance is the author of this crate."

[[audits.cap-time-ext]]
who = "Dan Gohman <dev@sunfishcode.online>"
criteria = "safe-to-deploy"
delta = "3.2.0 -> 3.4.1"

[[audits.cargo-platform]]
who = "Pat Hickey <phickey@fastly.com>"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -1768,6 +1798,11 @@ criteria = "safe-to-deploy"
delta = "0.17.2 -> 0.17.4"
notes = "Just a dependency version bump"

[[audits.io-extras]]
who = "Dan Gohman <dev@sunfishcode.online>"
criteria = "safe-to-deploy"
delta = "0.18.2 -> 0.18.3"

[[audits.io-lifetimes]]
who = "Dan Gohman <dev@sunfishcode.online>"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -1905,6 +1940,11 @@ criteria = "safe-to-deploy"
delta = "0.2.151 -> 0.2.153"
notes = "More bindings for more platforms. I have not verified that everything is exactly as-is on the platform as specified but nothing major is otherwise introduced as part of this bump."

[[audits.libc]]
who = "Dan Gohman <dev@sunfishcode.online>"
criteria = "safe-to-deploy"
delta = "0.2.153 -> 0.2.161"

[[audits.libfuzzer-sys]]
who = "Nick Fitzgerald <fitzgen@gmail.com>"
criteria = "safe-to-run"
Expand Down Expand Up @@ -2413,6 +2453,11 @@ criteria = "safe-to-deploy"
delta = "0.36.7 -> 0.36.8"
notes = "The Bytecode Alliance is the author of this crate."

[[audits.rustix]]
who = "Dan Gohman <dev@sunfishcode.online>"
criteria = "safe-to-deploy"
delta = "0.38.34 -> 0.38.39"

[[audits.rustls]]
who = "Pat Hickey <phickey@fastly.com>"
criteria = "safe-to-deploy"
Expand Down
63 changes: 63 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -486,41 +486,83 @@ user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.cap-fs-ext]]
version = "3.2.0"
when = "2024-07-08"
user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.cap-net-ext]]
version = "3.0.0"
when = "2024-01-11"
user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.cap-net-ext]]
version = "3.2.0"
when = "2024-07-08"
user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.cap-primitives]]
version = "3.0.0"
when = "2024-01-11"
user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.cap-primitives]]
version = "3.2.0"
when = "2024-07-08"
user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.cap-rand]]
version = "3.0.0"
when = "2024-01-11"
user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.cap-rand]]
version = "3.2.0"
when = "2024-07-08"
user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.cap-std]]
version = "3.0.0"
when = "2024-01-11"
user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.cap-std]]
version = "3.2.0"
when = "2024-07-08"
user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.cap-time-ext]]
version = "3.0.0"
when = "2024-01-11"
user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.cap-time-ext]]
version = "3.2.0"
when = "2024-07-08"
user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.clap]]
version = "4.3.12"
when = "2023-07-14"
Expand Down Expand Up @@ -856,6 +898,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 = "2.0.3"
when = "2023-12-01"
Expand Down Expand Up @@ -898,6 +947,13 @@ user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.linux-raw-sys]]
version = "0.4.14"
when = "2024-05-17"
user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.memchr]]
version = "2.5.0"
when = "2022-04-30"
Expand Down Expand Up @@ -982,6 +1038,13 @@ user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.rustix]]
version = "0.38.34"
when = "2024-04-22"
user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.ryu]]
version = "1.0.9"
when = "2021-12-12"
Expand Down

0 comments on commit e2c74c3

Please sign in to comment.