Skip to content

Commit 5b0b9ff

Browse files
Bump the minor-versions group with 3 updates
Bumps the minor-versions group with 3 updates: [walrus](https://github.com/rustwasm/walrus), [wat](https://github.com/bytecodealliance/wasm-tools) and [insta](https://github.com/mitsuhiko/insta). Updates `walrus` from 0.26.0 to 0.26.1 - [Release notes](https://github.com/rustwasm/walrus/releases) - [Changelog](https://github.com/wasm-bindgen/walrus/blob/main/CHANGELOG.md) - [Commits](wasm-bindgen/walrus@0.26.0...0.26.1) Updates `wat` from 1.245.1 to 1.246.2 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](bytecodealliance/wasm-tools@v1.245.1...v1.246.2) Updates `insta` from 1.47.1 to 1.47.2 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.47.1...1.47.2) --- updated-dependencies: - dependency-name: walrus dependency-version: 0.26.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-versions - dependency-name: wat dependency-version: 1.246.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-versions - dependency-name: insta dependency-version: 1.47.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-versions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b46a4a commit 5b0b9ff

File tree

3 files changed

+24
-14
lines changed

3 files changed

+24
-14
lines changed

Cargo.lock

Lines changed: 20 additions & 10 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ shopify_function_trampoline = { path = "../trampoline" }
1313
shopify_function_provider = { path = "../provider" }
1414

1515
[dev-dependencies]
16-
walrus = "0.26.0"
16+
walrus = "0.26.1"
1717
anyhow = "1.0"
18-
wat = "1.245.1"
18+
wat = "1.246.2"
1919
insta = "1"

trampoline/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage = "https://github.com/Shopify/shopify-function-wasm-api"
88
description = "Tool for augmenting Wasm modules to be compatible with the Shopify Function Wasm API"
99

1010
[dependencies]
11-
walrus = "0.26.0"
11+
walrus = "0.26.1"
1212
anyhow = "1.0"
1313
clap = { version = "4.6.0", features = ["derive"] }
1414
wasmparser = "0.246.2"
@@ -17,6 +17,6 @@ wasmparser = "0.246.2"
1717
uuid = { version = "1.23.0", features = ["v4"] }
1818
assert_cmd = "2.2.0"
1919
predicates = "3.1.4"
20-
wat = "1.245.1"
20+
wat = "1.246.2"
2121
wasmprinter = "0.246.2"
2222
insta = { version = "1.47", features = ["glob"] }

0 commit comments

Comments
 (0)