Skip to content

Commit 14ecd68

Browse files
build: bump wast from 220.0.0 to 240.0.0
Bumps [wast](https://github.com/bytecodealliance/wasm-tools) from 220.0.0 to 240.0.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: wast dependency-version: 240.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c1155b9 commit 14ecd68

File tree

2 files changed

+21
-10
lines changed

2 files changed

+21
-10
lines changed

Cargo.lock

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

implementations/rust/ockam/ockam_abac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ sqlx-core = { version = "0.8.3", optional = true, default-features = false }
5656
str-buf = "3.0.3"
5757
tokio = { version = "1.43", default-features = false, optional = true, features = ["sync", "time", "rt", "rt-multi-thread", "macros"] }
5858
tracing = { version = "0.1", default-features = false, features = ["attributes"] }
59-
wast = { version = "220.0.0", default-features = false, optional = true }
59+
wast = { version = "240.0.0", default-features = false, optional = true }
6060
winnow = { version = "0.6.25", default-features = false, optional = true, features = ["alloc"] }
6161

6262
[dev-dependencies]

0 commit comments

Comments
 (0)