Skip to content

Commit 2366577

Browse files
chore(deps): bump wasmtime from 24.0.0 to 24.0.1 (#2054)
Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 24.0.0 to 24.0.1. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md) - [Commits](bytecodealliance/wasmtime@v24.0.0...v24.0.1) --- updated-dependencies: - dependency-name: wasmtime dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1d6d199 commit 2366577

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ libsecp256k1 = { version = "0.7.1" }
5454
bls-signatures = { version = "0.15", default-features = false }
5555

5656
# wasmtime
57-
wasmtime = {version = "24.0.0", default-features = false, features = ["cranelift", "pooling-allocator", "parallel-compilation", "runtime"] }
57+
wasmtime = {version = "24.0.1", default-features = false, features = ["cranelift", "pooling-allocator", "parallel-compilation", "runtime"] }
5858
wasmtime-environ = "24.0.0"
5959

6060
# misc

0 commit comments

Comments
 (0)