Skip to content

Commit 1c61d03

Browse files
Bump wasmtime from 1.0.0 to 1.0.2
Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 1.0.0 to 1.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@v1.0.0...v1.0.2) --- updated-dependencies: - dependency-name: wasmtime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f077b0 commit 1c61d03

File tree

3 files changed

+54
-54
lines changed

3 files changed

+54
-54
lines changed

Cargo.lock

Lines changed: 52 additions & 52 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
@@ -21,7 +21,7 @@ parity-wasm = "0.45"
2121

2222
# When bumping wasmtime do not forget to also bump rustix
2323
# to exactly the same version as used by wasmtime!
24-
wasmtime = { version = "1.0.0", default-features = false, features = [
24+
wasmtime = { version = "1.0.2", default-features = false, features = [
2525
"cache",
2626
"cranelift",
2727
"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.0.0", default-features =
1818
impl-trait-for-tuples = "0.2.2"
1919
log = { version = "0.4.17", optional = true }
2020
wasmi = { version = "0.13", optional = true }
21-
wasmtime = { version = "1.0.0", default-features = false, optional = true }
21+
wasmtime = { version = "1.0.2", default-features = false, optional = true }
2222
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
2323

2424
[features]

0 commit comments

Comments
 (0)