Skip to content

Commit 67c9324

Browse files
dependabot[bot]avrabe
authored andcommitted
build(deps): bump wat from 1.227.1 to 1.229.0
Bumps [wat](https://github.com/bytecodealliance/wasm-tools) from 1.227.1 to 1.229.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](bytecodealliance/wasm-tools@v1.227.1...v1.229.0) --- updated-dependencies: - dependency-name: wat dependency-version: 1.229.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 894aa68 commit 67c9324

File tree

5 files changed

+43
-9
lines changed

5 files changed

+43
-9
lines changed

Cargo.lock

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

wrt-decoder/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ wrt-types = { path = "../wrt-types", version = "0.2.0" }
1616
# Core dependencies
1717
log = { version = "0.4", optional = true }
1818
# WAT parsing (for testing)
19-
wat = { version = "1.0.53", optional = true }
19+
wat = { version = "1.229.0", optional = true }
2020

2121
[dev-dependencies]
2222
criterion = "0.5"
2323
tempfile = "3.8"
2424
proptest = "1.4"
2525
hex = "0.4"
26-
wat = "1.0.53"
26+
wat = "1.229.0"
2727

2828
[features]
2929
default = ["minimal", "std", "component-model-core"]

wrt-error/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ anyhow = { workspace = true, optional = true }
1818
wasmparser = { version = "0.227.1", optional = true }
1919
serde_json = { version = "1.0", optional = true }
2020
bincode = { version = "2.0", optional = true }
21-
wat = { version = "1.0.53", optional = true }
21+
wat = { version = "1.229.0", optional = true }
2222
wasi-common = { version = "17.0.3", optional = true }
2323
cap-std = { version = "2.0.0", optional = true }
2424

wrt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/avrabe/wrt"
1111
log = { version = "0.4", optional = true }
1212
anyhow = { workspace = true, optional = true }
1313
serde = { version = "1.0", features = ["derive"], optional = true }
14-
wat = { version = "1.0.53", optional = true }
14+
wat = { version = "1.229.0", optional = true }
1515
serde_json = { version = "1.0", optional = true }
1616
bincode = { version = "2.0", optional = true }
1717
# Error handling

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tera = "1"
2222
walkdir = "2"
2323
fs_extra = "1.3" # For cross-platform rm -rf and mkdir -p equivalent
2424
wasm-tools = { version = "1.228.0" }
25-
wat = "1.228.0"
25+
wat = "1.229.0"
2626
wrt = { path = "../wrt", optional = true }
2727

2828
# For documentation HTTP server

0 commit comments

Comments
 (0)