WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 9a75460

Browse files
Bump wit-component from 0.242.0 to 0.243.0 (#1095)
* Bump wit-component from 0.242.0 to 0.243.0 Bumps [wit-component](https://github.com/bytecodealliance/wasm-tools) from 0.242.0 to 0.243.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: wit-component dependency-version: 0.243.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * cargo vet --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jeff Charles <[email protected]>
1 parent 081d61c commit 9a75460

File tree

4 files changed

+65
-33
lines changed

4 files changed

+65
-33
lines changed

Cargo.lock

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

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ brotli = { workspace = true }
2727
javy-runner = { path = "../runner/" }
2828
javy-test-macros = { path = "../test-macros/" }
2929
wasmtime-wasi = { workspace = true }
30-
wit-component = "0.242.0"
30+
wit-component = "0.243.0"
3131

3232
[build-dependencies]
3333
anyhow = { workspace = true }

supply-chain/config.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,14 @@ criteria = "safe-to-deploy"
669669
version = "0.2.105"
670670
criteria = "safe-to-deploy"
671671

672+
[[exemptions.wasm-encoder]]
673+
version = "0.243.0"
674+
criteria = "safe-to-run"
675+
676+
[[exemptions.wasm-metadata]]
677+
version = "0.243.0"
678+
criteria = "safe-to-run"
679+
672680
[[exemptions.wasm-opt]]
673681
version = "0.116.1"
674682
criteria = "safe-to-deploy"
@@ -681,6 +689,10 @@ criteria = "safe-to-deploy"
681689
version = "0.116.0"
682690
criteria = "safe-to-deploy"
683691

692+
[[exemptions.wasmparser]]
693+
version = "0.243.0"
694+
criteria = "safe-to-run"
695+
684696
[[exemptions.winapi]]
685697
version = "0.3.9"
686698
criteria = "safe-to-deploy"
@@ -733,6 +745,14 @@ criteria = "safe-to-deploy"
733745
version = "0.48.1"
734746
criteria = "safe-to-deploy"
735747

748+
[[exemptions.wit-component]]
749+
version = "0.243.0"
750+
criteria = "safe-to-run"
751+
752+
[[exemptions.wit-parser]]
753+
version = "0.243.0"
754+
criteria = "safe-to-run"
755+
736756
[[exemptions.witx]]
737757
version = "0.9.1"
738758
criteria = "safe-to-deploy"

supply-chain/imports.lock

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2035,12 +2035,6 @@ criteria = "safe-to-deploy"
20352035
delta = "0.240.0 -> 0.241.2"
20362036
notes = "The Bytecode Alliance is the author of this crate"
20372037

2038-
[[audits.bytecode-alliance.audits.wasm-encoder]]
2039-
who = "Alex Crichton <[email protected]>"
2040-
criteria = "safe-to-deploy"
2041-
delta = "0.241.2 -> 0.242.0"
2042-
notes = "The Bytecode Alliance is the author of this crate"
2043-
20442038
[[audits.bytecode-alliance.audits.wasm-metadata]]
20452039
who = "Alex Crichton <[email protected]>"
20462040
criteria = "safe-to-deploy"
@@ -2071,12 +2065,6 @@ criteria = "safe-to-deploy"
20712065
delta = "0.240.0 -> 0.241.2"
20722066
notes = "The Bytecode Alliance is the author of this crate"
20732067

2074-
[[audits.bytecode-alliance.audits.wasm-metadata]]
2075-
who = "Alex Crichton <[email protected]>"
2076-
criteria = "safe-to-deploy"
2077-
delta = "0.241.2 -> 0.242.0"
2078-
notes = "The Bytecode Alliance is the author of this crate"
2079-
20802068
[[audits.bytecode-alliance.audits.wasmparser]]
20812069
who = "Alex Crichton <[email protected]>"
20822070
criteria = "safe-to-deploy"
@@ -2251,12 +2239,6 @@ criteria = "safe-to-deploy"
22512239
delta = "0.240.0 -> 0.241.2"
22522240
notes = "The Bytecode Alliance is the author of this crate"
22532241

2254-
[[audits.bytecode-alliance.audits.wit-component]]
2255-
who = "Alex Crichton <[email protected]>"
2256-
criteria = "safe-to-deploy"
2257-
delta = "0.241.2 -> 0.242.0"
2258-
notes = "The Bytecode Alliance is the author of this crate"
2259-
22602242
[[audits.bytecode-alliance.audits.wit-parser]]
22612243
who = "Alex Crichton <[email protected]>"
22622244
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)