Skip to content

Commit d1f8466

Browse files
chore(deps): bump wasmtime from 25.0.2 to 25.0.3 (#2072)
Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 25.0.2 to 25.0.3. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/contributing-release-process.md) - [Commits](bytecodealliance/wasmtime@v25.0.2...v25.0.3) --- 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 4f717b4 commit d1f8466

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 = "25.0.2", default-features = false, features = ["cranelift", "pooling-allocator", "parallel-compilation", "runtime"] }
57+
wasmtime = {version = "25.0.3", default-features = false, features = ["cranelift", "pooling-allocator", "parallel-compilation", "runtime"] }
5858
wasmtime-environ = "25.0.2"
5959

6060
# misc

0 commit comments

Comments
 (0)