Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 16b2e64

Browse files
Bump wasmtime from 6.0.1 to 6.0.2 (#14037)
Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 6.0.1 to 6.0.2. - [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@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: wasmtime dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de917e9 commit 16b2e64

File tree

3 files changed

+40
-40
lines changed

3 files changed

+40
-40
lines changed

Cargo.lock

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/executor/wasmtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ libc = "0.2.121"
1919

2020
# When bumping wasmtime do not forget to also bump rustix
2121
# to exactly the same version as used by wasmtime!
22-
wasmtime = { version = "6.0.1", default-features = false, features = [
22+
wasmtime = { version = "6.0.2", default-features = false, features = [
2323
"cache",
2424
"cranelift",
2525
"jitdump",

primitives/wasm-interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features =
1818
impl-trait-for-tuples = "0.2.2"
1919
log = { version = "0.4.17", optional = true }
2020
wasmi = { version = "0.13.2", optional = true }
21-
wasmtime = { version = "6.0.1", default-features = false, optional = true }
21+
wasmtime = { version = "6.0.2", default-features = false, optional = true }
2222
anyhow = { version = "1.0.68", optional = true }
2323
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
2424

0 commit comments

Comments
 (0)