diff options
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" |