Skip to content

Commit 45269dd

Browse files
Bump wat from 1.221.0 to 1.224.0
Bumps [wat](https://github.com/bytecodealliance/wasm-tools) from 1.221.0 to 1.224.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](bytecodealliance/wasm-tools@v1.221.0...v1.224.0) --- updated-dependencies: - dependency-name: wat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c29bd7b commit 45269dd

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

Cargo.lock

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

lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ criterion = "0.5.1"
102102
futures-executor = { version = "0.3.28", default-features = false }
103103
rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"] }
104104
tempfile = "3.10.0"
105-
wat = "1.216.0"
105+
wat = "1.224.0"
106106

107107
[package.metadata.docs.rs]
108108
targets = ["x86_64-unknown-linux-gnu"]

0 commit comments

Comments
 (0)