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
57 changes: 26 additions & 31 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ zeroize = "1"
# build gate stays green; bashkit targets JS-backed wasm for that triple.
# Used by the credential placeholder generator; getrandom is the lowest-level
# CSPRNG primitive and is already transitively in the dep tree via reqwest/rustls.
getrandom = { version = "0.3", features = ["wasm_js"] }
getrandom = { version = "0.4", features = ["wasm_js"] }

# CLI
# Intentionally NOT enabling clap's `env` feature: it makes `Arg::env(...)`
Expand Down
2 changes: 1 addition & 1 deletion crates/bashkit-coreutils-port/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ proc-macro2 = "1"
prettyplease = "0.2"
anyhow = { workspace = true }
serde = { workspace = true }
toml = "0.8"
toml = "1.1"

[dev-dependencies]
tempfile = { workspace = true }
49 changes: 49 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,52 @@ who = "Mykhailo Chalyi <mykhailo.chalyi-contractor@procore.com>"
criteria = "safe-to-deploy"
delta = "1.52.0 -> 1.52.1"
notes = "Reviewed delta: reverts blocking-pool sharded queue to mutex/condvar VecDeque to fix spawn_blocking hang, adjusts fastrand cfg, and adds no new unsafe blocks or ambient capabilities."

[[trusted.serde_spanned]]
criteria = "safe-to-deploy"
user-id = 6743 # Ed Page (epage)
start = "2023-01-20"
end = "2027-05-16"
notes = "Trusted Ed Page for the TOML crate family versions in this dependency bump; Mozilla cargo-vet imports also trust this publisher."

[[trusted.tokio]]
criteria = "safe-to-deploy"
user-id = 6741 # Alice Ryhl (Darksonn)
start = "2020-12-25"
end = "2027-05-16"
notes = "Trusted Alice Ryhl for Tokio patch releases in this dependency bump; Mozilla cargo-vet imports also trust this publisher."

[[trusted.toml]]
criteria = "safe-to-deploy"
user-id = 6743 # Ed Page (epage)
start = "2022-12-14"
end = "2027-05-16"
notes = "Trusted Ed Page for the TOML crate family versions in this dependency bump; Mozilla cargo-vet imports also trust this publisher."

[[trusted.toml_datetime]]
criteria = "safe-to-deploy"
user-id = 6743 # Ed Page (epage)
start = "2022-10-21"
end = "2027-05-16"
notes = "Trusted Ed Page for the TOML crate family versions in this dependency bump; Mozilla cargo-vet imports also trust this publisher."

[[trusted.toml_parser]]
criteria = "safe-to-deploy"
user-id = 6743 # Ed Page (epage)
start = "2025-07-08"
end = "2027-05-16"
notes = "Trusted Ed Page for the TOML parser version in this dependency bump; Mozilla cargo-vet imports also trust this publisher."

[[trusted.toml_writer]]
criteria = "safe-to-deploy"
user-id = 6743 # Ed Page (epage)
start = "2025-07-08"
end = "2027-05-16"
notes = "Trusted Ed Page for the TOML crate family versions in this dependency bump; Mozilla cargo-vet imports also trust this publisher."

[[trusted.winnow]]
criteria = "safe-to-deploy"
user-id = 6743 # Ed Page (epage)
start = "2023-02-22"
end = "2027-05-16"
notes = "Trusted Ed Page for the parser dependency versions in this TOML dependency bump; Mozilla cargo-vet imports also trust this publisher."
Loading
Loading