Skip to content

Commit 46896b0

Browse files
committed
Update wit-bindgen (bytecodealliance#12329)
Keeping up-to-date and looking to unblock bytecodealliance#12327
1 parent 187ce78 commit 46896b0

File tree

4 files changed

+161
-47
lines changed

4 files changed

+161
-47
lines changed

Cargo.lock

Lines changed: 104 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,8 @@ io-lifetimes = { version = "2.0.3", default-features = false }
339339
io-extras = "0.18.4"
340340
rustix = "1.0.8"
341341
# wit-bindgen:
342-
wit-bindgen = { version = "0.50.0", default-features = false }
343-
wit-bindgen-rust-macro = { version = "0.50.0", default-features = false }
342+
wit-bindgen = { version = "0.51.0", default-features = false }
343+
wit-bindgen-rust-macro = { version = "0.51.0", default-features = false }
344344

345345
# wasm-tools family:
346346
wasmparser = { version = "0.243.0", default-features = false, features = ['simd'] }

supply-chain/audits.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,14 @@ start = "2024-02-15"
620620
end = "2026-08-21"
621621
notes = "The Bytecode Alliance is the author of this crate."
622622

623+
[[wildcard-audits.wasm-metadata]]
624+
who = "Alex Crichton <alex@alexcrichton.com>"
625+
criteria = "safe-to-deploy"
626+
trusted-publisher = "github:bytecodealliance/wasm-tools"
627+
start = "2025-08-14"
628+
end = "2027-01-14"
629+
notes = "The Bytecode Alliance is the author of this crate"
630+
623631
[[wildcard-audits.wasm-mutate]]
624632
who = "Alex Crichton <alex@alexcrichton.com>"
625633
criteria = "safe-to-deploy"
@@ -1763,6 +1771,14 @@ publication of this crate from CI. This repository requires all PRs are reviewed
17631771
by a Bytecode Alliance maintainer and it owned by the Bytecode Alliance itself.
17641772
"""
17651773

1774+
[[wildcard-audits.wit-bindgen-rust]]
1775+
who = "Alex Crichton <alex@alexcrichton.com>"
1776+
criteria = "safe-to-deploy"
1777+
trusted-publisher = "github:bytecodealliance/wit-bindgen"
1778+
start = "2025-08-13"
1779+
end = "2027-01-12"
1780+
notes = "The Bytecode Alliance is the author of this crate"
1781+
17661782
[[wildcard-audits.wit-bindgen-rust-lib]]
17671783
who = "Alex Crichton <alex@alexcrichton.com>"
17681784
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)