Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions Cargo.lock

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

25 changes: 12 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -218,19 +218,18 @@ byte-array-literals = { path = "crates/wasi-preview1-component-adapter/byte-arra
regalloc2 = "0.9.3"

# cap-std family:
target-lexicon = { version = "0.12.12", default-features = false, features = ["std"] }
cap-std = "2.0.0"
cap-rand = { version = "2.0.0", features = ["small_rng"] }
cap-fs-ext = "2.0.0"
cap-net-ext = "2.0.0"
cap-time-ext = "2.0.0"
cap-tempfile = "2.0.0"
fs-set-times = "0.20.0"
system-interface = { version = "0.26.0", features = ["cap_std_impls"] }
io-lifetimes = { version = "2.0.2", default-features = false }
io-extras = "0.18.0"
rustix = "0.38.21"
is-terminal = "0.4.0"
target-lexicon = { version = "0.12.13", default-features = false, features = ["std"] }
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"
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 }
io-extras = "0.18.1"
rustix = "0.38.31"
# wit-bindgen:
wit-bindgen = { version = "0.17.0", default-features = false }

Expand Down
6 changes: 6 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1625,6 +1625,12 @@ criteria = "safe-to-deploy"
delta = "0.2.149 -> 0.2.151"
notes = "More new functions, types, and constants, as is usual for the `libc` crate, as well as various minor code cleanups."

[[audits.libc]]
who = "Alex Crichton <alex@alexcrichton.com>"
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.libfuzzer-sys]]
who = "Nick Fitzgerald <fitzgen@gmail.com>"
criteria = "safe-to-run"
Expand Down
6 changes: 0 additions & 6 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,9 @@ audit-as-crates-io = true
[policy.isle-fuzz]
criteria = "safe-to-run"

[policy.wasi-cap-std-sync]
audit-as-crates-io = true

[policy.wasi-common]
audit-as-crates-io = true

[policy.wasi-tokio]
audit-as-crates-io = true

[policy.wasmtime]
audit-as-crates-io = true

Expand Down
81 changes: 66 additions & 15 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -487,37 +487,65 @@ user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

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

[[publisher.cap-net-ext]]
version = "2.0.1"
when = "2024-01-02"
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-primitives]]
version = "2.0.1"
when = "2024-01-02"
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-rand]]
version = "2.0.1"
when = "2024-01-02"
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-std]]
version = "2.0.1"
when = "2024-01-02"
user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.cap-tempfile]]
version = "2.0.1"
when = "2024-01-02"
[[publisher.cap-std]]
version = "3.0.0"
when = "2024-01-11"
user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"
Expand All @@ -529,6 +557,13 @@ 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.clap]]
version = "4.3.12"
when = "2023-07-14"
Expand Down Expand Up @@ -743,6 +778,13 @@ user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.io-lifetimes]]
version = "2.0.3"
when = "2023-12-01"
user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.is-terminal]]
version = "0.4.10"
when = "2023-12-28"
Expand Down Expand Up @@ -848,6 +890,13 @@ user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.rustix]]
version = "0.38.31"
when = "2024-02-01"
user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.ryu]]
version = "1.0.9"
when = "2021-12-12"
Expand Down Expand Up @@ -924,13 +973,27 @@ user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.system-interface]]
version = "0.27.1"
when = "2024-02-13"
user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.target-lexicon]]
version = "0.12.12"
when = "2023-10-19"
user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.target-lexicon]]
version = "0.12.13"
when = "2024-01-02"
user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.termcolor]]
version = "1.1.3"
when = "2022-03-02"
Expand Down Expand Up @@ -1001,24 +1064,12 @@ user-id = 189
user-login = "BurntSushi"
user-name = "Andrew Gallant"

[[publisher.wasi-cap-std-sync]]
version = "17.0.0"
when = "2024-01-25"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasi-common]]
version = "17.0.0"
when = "2024-01-25"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasi-tokio]]
version = "17.0.0"
when = "2024-01-25"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasm-bindgen]]
version = "0.2.87"
when = "2023-06-12"
Expand Down