Skip to content

Commit d2754a9

Browse files
authored
Merge pull request #134 from Shopify/dependabot/cargo/minor-versions-cc74b360da
Bump the minor-versions group across 1 directory with 8 updates
2 parents 403c328 + f75eac0 commit d2754a9

File tree

3 files changed

+67
-52
lines changed

3 files changed

+67
-52
lines changed

Cargo.lock

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

integration_tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ shopify_function_provider = { path = "../provider" }
1515
[dev-dependencies]
1616
walrus = "0.23.3"
1717
anyhow = "1.0"
18-
wat = "1.235.0"
18+
wat = "1.240.0"
1919
insta = "1"

trampoline/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ description = "Tool for augmenting Wasm modules to be compatible with the Shopif
1010
[dependencies]
1111
walrus = "0.23.3"
1212
anyhow = "1.0"
13-
clap = { version = "4.5.41", features = ["derive"] }
13+
clap = { version = "4.5.51", features = ["derive"] }
1414
wasmparser = "0.238.0"
1515

1616
[dev-dependencies]
17-
uuid = { version = "1.17.0", features = ["v4"] }
18-
assert_cmd = "2.0.17"
17+
uuid = { version = "1.18.1", features = ["v4"] }
18+
assert_cmd = "2.1.1"
1919
predicates = "3.1.3"
20-
wat = "1.235.0"
20+
wat = "1.240.0"
2121
wasmprinter = "0.235.0"
22-
insta = { version = "1.28", features = ["glob"] }
22+
insta = { version = "1.43", features = ["glob"] }

0 commit comments

Comments
 (0)