Skip to content

Commit 5ca7892

Browse files
authored
Update wasm-tools/wit-bindgen dependencies (#10189)
Keeping things up-to-date.
1 parent d7d605c commit 5ca7892

File tree

4 files changed

+90
-80
lines changed

4 files changed

+90
-80
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -299,20 +299,20 @@ io-lifetimes = { version = "2.0.3", default-features = false }
299299
io-extras = "0.18.1"
300300
rustix = "0.38.43"
301301
# wit-bindgen:
302-
wit-bindgen = { version = "0.38.0", default-features = false }
303-
wit-bindgen-rust-macro = { version = "0.38.0", default-features = false }
302+
wit-bindgen = { version = "0.39.0", default-features = false }
303+
wit-bindgen-rust-macro = { version = "0.39.0", default-features = false }
304304

305305
# wasm-tools family:
306-
wasmparser = { version = "0.224.0", default-features = false, features = ['simd'] }
307-
wat = "1.224.0"
308-
wast = "224.0.0"
309-
wasmprinter = "0.224.0"
310-
wasm-encoder = "0.224.0"
311-
wasm-smith = "0.224.0"
312-
wasm-mutate = "0.224.0"
313-
wit-parser = "0.224.0"
314-
wit-component = "0.224.0"
315-
wasm-wave = "0.224.0"
306+
wasmparser = { version = "0.225.0", default-features = false, features = ['simd'] }
307+
wat = "1.225.0"
308+
wast = "225.0.0"
309+
wasmprinter = "0.225.0"
310+
wasm-encoder = "0.225.0"
311+
wasm-smith = "0.225.0"
312+
wasm-mutate = "0.225.0"
313+
wit-parser = "0.225.0"
314+
wit-component = "0.225.0"
315+
wasm-wave = "0.225.0"
316316

317317
# Non-Bytecode Alliance maintained dependencies:
318318
# --------------------------

supply-chain/audits.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2175,6 +2175,12 @@ criteria = "safe-to-deploy"
21752175
version = "0.2.5"
21762176
notes = "I am the author of this crate."
21772177

2178+
[[audits.leb128fmt]]
2179+
who = "Alex Crichton <[email protected]>"
2180+
criteria = "safe-to-deploy"
2181+
version = "0.1.0"
2182+
notes = "Well-scoped crate do doing LEB encoding with no `unsafe` code and does what it says on the tin."
2183+
21782184
[[audits.libc]]
21792185
who = "Dan Gohman <[email protected]>"
21802186
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)