Skip to content

Commit

Permalink
build: bump wast from 212.0.0 to 213.0.0
Browse files Browse the repository at this point in the history
Bumps [wast](https://github.com/bytecodealliance/wasm-tools) from 212.0.0 to 213.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-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 12, 2024
1 parent e99e435 commit e426cd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_abac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sqlx-build-trust = { version = "0.7.8", optional = true }
str-buf = "3.0.3"
tokio = { version = "1.38", default-features = false, optional = true, features = ["sync", "time", "rt", "rt-multi-thread", "macros"] }
tracing = { version = "0.1", default-features = false, features = ["attributes"] }
wast = { version = "212.0.0", default-features = false, optional = true }
wast = { version = "213.0.0", default-features = false, optional = true }
winnow = { version = "0.6.13", default-features = false, optional = true, features = ["alloc"] }

[dev-dependencies]
Expand Down

0 comments on commit e426cd0

Please sign in to comment.