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
304 changes: 202 additions & 102 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ license = "Apache-2.0 WITH LLVM-exception"

[workspace.dependencies]
brotli = "8.0.2"
clap = { version = "4.5.57", features = ["derive"] }
clap = { version = "4.5.60", features = ["derive"] }
wasmtime = "41"
wasmtime-wasi = "41"
wasmtime-wizer = "41"
wasm-opt = "0.116.1"
anyhow = "1.0"
javy = { path = "crates/javy", version = "7.0.0-alpha.1" }
tempfile = "3.25.0"
tempfile = "3.26.0"
tokio = "1"
uuid = { version = "1.20", features = ["v4"] }
uuid = { version = "1.21", features = ["v4"] }
serde = { version = "1.0", default-features = false }
serde_json = "1.0"
walrus = "0.24.5"
Expand Down
2 changes: 1 addition & 1 deletion crates/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ wasmtime = { workspace = true }
wasmtime-wasi = { workspace = true }
wasmtime-wizer = { workspace = true, features = ["wasmtime"] }
walrus = { workspace = true }
swc_core = { version = "58.0.1", features = [
swc_core = { version = "58.0.4", features = [
"common_sourcemap",
"ecma_ast",
"ecma_parser",
Expand Down
2 changes: 1 addition & 1 deletion crates/javy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rmp-serde = { version = "^1.3", optional = true }
# TODO: cargo doesn't seem to pickup the fact that quickcheck is only used for
# tests.
quickcheck = "1"
bitflags = "2.10.0"
bitflags = "2.11.0"
fastrand = "2.3.0"
simd-json = { version = "0.17.0", optional = true, default-features = false, features = [
"big-int-as-float",
Expand Down
2 changes: 1 addition & 1 deletion crates/test-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ doctest = false
anyhow = { workspace = true }
proc-macro2 = "1.0.106"
quote = "1.0.44"
syn = { version = "2.0.114", features = ["full"] }
syn = { version = "2.0.117", features = ["full"] }
30 changes: 21 additions & 9 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version = "1.0.0"
criteria = "safe-to-deploy"
user-id = 189 # Andrew Gallant (BurntSushi)
start = "2019-03-28"
end = "2024-10-03"
end = "2027-03-02"

[[trusted.ambient-authority]]
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -210,11 +210,17 @@ user-id = 3618 # David Tolnay (dtolnay)
start = "2020-01-08"
end = "2026-12-02"

[[trusted.env_filter]]
criteria = "safe-to-deploy"
user-id = 6743 # Ed Page (epage)
start = "2024-01-19"
end = "2027-03-02"

[[trusted.env_logger]]
criteria = "safe-to-deploy"
user-id = 6743 # Ed Page (epage)
start = "2022-11-24"
end = "2025-01-02"
end = "2027-03-02"

[[trusted.equivalent]]
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -342,11 +348,17 @@ user-id = 51017
start = "2020-03-17"
end = "2024-10-30"

[[trusted.libc]]
criteria = "safe-to-deploy"
user-id = 55123 # rust-lang-owner
start = "2024-08-15"
end = "2027-03-02"

[[trusted.libfuzzer-sys]]
criteria = "safe-to-deploy"
user-id = 696 # Nick Fitzgerald (fitzgen)
start = "2020-01-14"
end = "2025-12-04"
end = "2027-03-02"

[[trusted.link-cplusplus]]
criteria = "safe-to-deploy"
Expand All @@ -364,7 +376,7 @@ end = "2026-04-08"
criteria = "safe-to-deploy"
user-id = 189 # Andrew Gallant (BurntSushi)
start = "2019-07-07"
end = "2024-10-03"
end = "2027-03-02"

[[trusted.num-traits]]
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -412,7 +424,7 @@ end = "2026-03-03"
criteria = "safe-to-deploy"
user-id = 189 # Andrew Gallant (BurntSushi)
start = "2019-05-13"
end = "2024-10-03"
end = "2027-03-02"

[[trusted.quote]]
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -448,19 +460,19 @@ end = "2026-12-02"
criteria = "safe-to-deploy"
user-id = 189 # Andrew Gallant (BurntSushi)
start = "2019-02-27"
end = "2024-10-03"
end = "2027-03-02"

[[trusted.regex-automata]]
criteria = "safe-to-deploy"
user-id = 189 # Andrew Gallant (BurntSushi)
start = "2019-02-25"
end = "2024-10-03"
end = "2027-03-02"

[[trusted.regex-syntax]]
criteria = "safe-to-deploy"
user-id = 189 # Andrew Gallant (BurntSushi)
start = "2019-03-30"
end = "2024-10-03"
end = "2027-03-02"

[[trusted.rustix]]
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -784,7 +796,7 @@ end = "2025-10-31"
criteria = "safe-to-deploy"
user-id = 189 # Andrew Gallant (BurntSushi)
start = "2020-01-11"
end = "2024-10-03"
end = "2027-03-02"

[[trusted.windows-core]]
criteria = "safe-to-deploy"
Expand Down
70 changes: 35 additions & 35 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ criteria = "safe-to-deploy"
version = "0.8.12"
criteria = "safe-to-deploy"

[[exemptions.aho-corasick]]
version = "1.1.4"
criteria = "safe-to-deploy"

[[exemptions.alloc-no-stdlib]]
version = "2.0.4"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -81,6 +77,10 @@ criteria = "safe-to-deploy"
version = "0.72.1"
criteria = "safe-to-deploy"

[[exemptions.bitflags]]
version = "2.11.0"
criteria = "safe-to-deploy"

[[exemptions.bitvec]]
version = "1.0.1"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -253,10 +253,6 @@ criteria = "safe-to-deploy"
version = "1.0.0"
criteria = "safe-to-run"

[[exemptions.env_logger]]
version = "0.8.4"
criteria = "safe-to-deploy"

[[exemptions.fallible-iterator]]
version = "0.2.0"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -301,6 +297,10 @@ criteria = "safe-to-deploy"
version = "0.3.4"
criteria = "safe-to-deploy"

[[exemptions.getrandom]]
version = "0.4.1"
criteria = "safe-to-deploy"

[[exemptions.gimli]]
version = "0.26.2"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -361,10 +361,6 @@ criteria = "safe-to-deploy"
version = "0.3.82"
criteria = "safe-to-deploy"

[[exemptions.libc]]
version = "0.2.177"
criteria = "safe-to-deploy"

[[exemptions.libloading]]
version = "0.8.9"
criteria = "safe-to-deploy"
Expand All @@ -389,10 +385,6 @@ criteria = "safe-to-deploy"
version = "0.3.4"
criteria = "safe-to-deploy"

[[exemptions.memchr]]
version = "2.7.6"
criteria = "safe-to-deploy"

[[exemptions.minimal-lexical]]
version = "0.2.1"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -473,24 +465,20 @@ criteria = "safe-to-deploy"
version = "0.7.0"
criteria = "safe-to-deploy"

[[exemptions.rand_xoshiro]]
version = "0.6.0"
criteria = "safe-to-deploy"

[[exemptions.redox_users]]
version = "0.4.6"
[[exemptions.rand]]
version = "0.10.0"
criteria = "safe-to-deploy"

[[exemptions.regex]]
version = "1.12.2"
[[exemptions.rand_core]]
version = "0.10.0"
criteria = "safe-to-deploy"

[[exemptions.regex-automata]]
version = "0.4.13"
[[exemptions.rand_xoshiro]]
version = "0.6.0"
criteria = "safe-to-deploy"

[[exemptions.regex-syntax]]
version = "0.8.8"
[[exemptions.redox_users]]
version = "0.4.6"
criteria = "safe-to-deploy"

[[exemptions.relative-path]]
Expand Down Expand Up @@ -582,7 +570,7 @@ version = "19.0.0"
criteria = "safe-to-deploy"

[[exemptions.swc_core]]
version = "58.0.1"
version = "58.0.4"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_ast]]
Expand Down Expand Up @@ -622,7 +610,7 @@ version = "2.0.1"
criteria = "safe-to-deploy"

[[exemptions.tempfile]]
version = "3.25.0"
version = "3.26.0"
criteria = "safe-to-deploy"

[[exemptions.tinystr]]
Expand All @@ -642,7 +630,7 @@ version = "1.4.0"
criteria = "safe-to-deploy"

[[exemptions.uuid]]
version = "1.20.0"
version = "1.21.0"
criteria = "safe-to-deploy"

[[exemptions.value-trait]]
Expand Down Expand Up @@ -793,10 +781,6 @@ criteria = "safe-to-deploy"
version = "0.4.0"
criteria = "safe-to-deploy"

[[exemptions.winapi-util]]
version = "0.1.11"
criteria = "safe-to-deploy"

[[exemptions.winapi-x86_64-pc-windows-gnu]]
version = "0.4.0"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -825,18 +809,34 @@ criteria = "safe-to-deploy"
version = "0.5.1"
criteria = "safe-to-deploy"

[[exemptions.wit-bindgen]]
version = "0.51.0"
criteria = "safe-to-deploy"

[[exemptions.wit-bindgen]]
version = "0.52.0"
criteria = "safe-to-deploy"

[[exemptions.wit-bindgen-core]]
version = "0.51.0"
criteria = "safe-to-deploy"

[[exemptions.wit-bindgen-core]]
version = "0.52.0"
criteria = "safe-to-deploy"

[[exemptions.wit-bindgen-rust]]
version = "0.51.0"
criteria = "safe-to-deploy"

[[exemptions.wit-bindgen-rust]]
version = "0.52.0"
criteria = "safe-to-deploy"

[[exemptions.wit-bindgen-rust-macro]]
version = "0.51.0"
criteria = "safe-to-deploy"

[[exemptions.wit-bindgen-rust-macro]]
version = "0.52.0"
criteria = "safe-to-deploy"
Expand Down
Loading