Skip to content

Commit cc2a1cc

Browse files
dependabot[bot]ac000
authored andcommitted
wasm-wc: Bump the wasmtime crate from 24.0.0 to 24.0.1
Bumps <https://github.com/bytecodealliance/wasmtime> from 24.0.0 to 24.0.1. Fixes: a runtime crash when combining tail-calls with host imports that capture a stack trace or trap. GHSA-q8hx-mm92-4wvg a race condition could lead to WebAssembly control-flow integrity and type safety violations. GHSA-7qmx-3fpx-r45m Link: Release notes <https://github.com/bytecodealliance/wasmtime/releases> Link: Changelog <https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md> Link: Commits <bytecodealliance/wasmtime@v24.0.0...v24.0.1> Signed-off-by: dependabot[bot] <[email protected]> [ Tweaked commit message/subject - Andrew ] Signed-off-by: Andrew Clayton <[email protected]>
1 parent 0e4342f commit cc2a1cc

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
lines changed

src/wasm-wasi-component/Cargo.lock

+50-50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/wasm-wasi-component/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ http-body-util = "0.1.0"
1818
hyper = "1.4.1"
1919
tokio = { version = "1.33.0", default-features = false }
2020
wasi-common = "24.0.0"
21-
wasmtime = { version = "24.0.0", default-features = false, features = ['component-model', 'cranelift'] }
21+
wasmtime = { version = "24.0.1", default-features = false, features = ['component-model', 'cranelift'] }
2222
wasmtime-wasi = "24.0.0"
2323
wasmtime-wasi-http = "24.0.0"
2424

0 commit comments

Comments
 (0)