diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-09 19:14:59 +0000 |
|---|---|---|
| committer | Andrew Clayton <a.clayton@nginx.com> | 2024-10-09 22:47:07 +0100 |
| commit | cc2a1cc3651593fbc5ede99ceab8161c364998f3 (patch) | |
| tree | af8ce7867866bc0a3ad56cfe9effd121040f128e /src/wasm-wasi-component/Cargo.toml | |
| parent | 0e4342fa947fabde643c1482c70a3a3250756570 (diff) | |
| download | unit-cc2a1cc3651593fbc5ede99ceab8161c364998f3.tar.gz unit-cc2a1cc3651593fbc5ede99ceab8161c364998f3.tar.bz2 | |
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 <https://github.com/bytecodealliance/wasmtime/compare/v24.0.0...v24.0.1>
Signed-off-by: dependabot[bot] <support@github.com>
[ Tweaked commit message/subject - Andrew ]
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'src/wasm-wasi-component/Cargo.toml')
| -rw-r--r-- | src/wasm-wasi-component/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-wasi-component/Cargo.toml b/src/wasm-wasi-component/Cargo.toml index bc325826..46008305 100644 --- a/src/wasm-wasi-component/Cargo.toml +++ b/src/wasm-wasi-component/Cargo.toml @@ -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" |
