Skip to content

Commit 0d911ea

Browse files
authored
Update walrus to 0.19.0 (#2529)
Closes #2522
1 parent cb413ad commit 0d911ea

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

crates/cli-support/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ log = "0.4"
1818
rustc-demangle = "0.1.13"
1919
serde_json = "1.0"
2020
tempfile = "3.0"
21-
walrus = "0.18.0"
21+
walrus = "0.19.0"
2222
wasm-bindgen-externref-xform = { path = '../externref-xform', version = '=0.2.73' }
2323
wasm-bindgen-multi-value-xform = { path = '../multi-value-xform', version = '=0.2.73' }
2424
wasm-bindgen-shared = { path = "../shared", version = '=0.2.73' }
2525
wasm-bindgen-threads-xform = { path = '../threads-xform', version = '=0.2.73' }
2626
wasm-bindgen-wasm-conventions = { path = '../wasm-conventions', version = '=0.2.73' }
2727
wasm-bindgen-wasm-interpreter = { path = "../wasm-interpreter", version = '=0.2.73' }
2828
wit-text = "0.8.0"
29-
wit-walrus = "0.5.0"
29+
wit-walrus = "0.6.0"
3030
wit-validator = "0.2.0"

crates/cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rouille = { version = "3.0.0", default-features = false }
2525
serde = { version = "1.0", features = ['derive'] }
2626
serde_derive = "1.0"
2727
serde_json = "1.0"
28-
walrus = { version = "0.18.0", features = ['parallel'] }
28+
walrus = { version = "0.19.0", features = ['parallel'] }
2929
wasm-bindgen-cli-support = { path = "../cli-support", version = "=0.2.73" }
3030
wasm-bindgen-shared = { path = "../shared", version = "=0.2.73" }
3131

@@ -38,7 +38,7 @@ tempfile = "3.0"
3838
wit-printer = "0.2"
3939
wit-text = "0.8"
4040
wit-validator = "0.2"
41-
wit-walrus = "0.5"
41+
wit-walrus = "0.6"
4242

4343
[[test]]
4444
name = "reference"

crates/externref-xform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = '2018'
1313

1414
[dependencies]
1515
anyhow = "1.0"
16-
walrus = "0.18.0"
16+
walrus = "0.19.0"
1717

1818
[dev-dependencies]
1919
rayon = "1.0"

crates/multi-value-xform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2018"
1313

1414
[dependencies]
1515
anyhow = "1.0"
16-
walrus = "0.18.0"
16+
walrus = "0.19.0"
1717

1818
[dev-dependencies]
1919
rayon = "1.0"

crates/threads-xform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ edition = "2018"
1313

1414
[dependencies]
1515
anyhow = "1.0"
16-
walrus = "0.18.0"
16+
walrus = "0.19.0"
1717
wasm-bindgen-wasm-conventions = { path = "../wasm-conventions", version = "=0.2.73" }

crates/wasm-conventions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ description = "Utilities for working with Wasm codegen conventions (usually esta
1010
edition = "2018"
1111

1212
[dependencies]
13-
walrus = "0.18.0"
13+
walrus = "0.19.0"
1414
anyhow = "1.0"

crates/wasm-interpreter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition = '2018'
1414
[dependencies]
1515
anyhow = "1.0"
1616
log = "0.4"
17-
walrus = "0.18.0"
17+
walrus = "0.19.0"
1818
wasm-bindgen-wasm-conventions = { path = "../wasm-conventions", version = "0.2.73" }
1919

2020
[dev-dependencies]

0 commit comments

Comments
 (0)