Skip to content

Commit

Permalink
wasm-wc: Bump the wasmtime crate from 24.0.0 to 24.0.1
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored and ac000 committed Oct 9, 2024
1 parent 0e4342f commit 4fc45c9
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
100 changes: 50 additions & 50 deletions src/wasm-wasi-component/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/wasm-wasi-component/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ http-body-util = "0.1.0"
hyper = "1.4.1"
tokio = { version = "1.33.0", default-features = false }
wasi-common = "24.0.0"
wasmtime = { version = "24.0.0", default-features = false, features = ['component-model', 'cranelift'] }
wasmtime = { version = "24.0.1", default-features = false, features = ['component-model', 'cranelift'] }
wasmtime-wasi = "24.0.0"
wasmtime-wasi-http = "24.0.0"

Expand Down

0 comments on commit 4fc45c9

Please sign in to comment.