Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
build(deps): bump wasmtime from 13.0.0 to 14.0.1
Browse files Browse the repository at this point in the history
Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 13.0.0 to 14.0.1.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](bytecodealliance/wasmtime@v13.0.0...v14.0.1)

---
updated-dependencies:
- dependency-name: wasmtime
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and sandhose committed Oct 23, 2023
1 parent ebb4321 commit 10e31f0
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 74 deletions.
134 changes: 61 additions & 73 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 crates/policy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ schemars = {version = "0.8.15", optional = true }
thiserror.workspace = true
tokio = { version = "1.33.0", features = ["io-util", "rt"] }
tracing.workspace = true
wasmtime = { version = "13.0.0", default-features = false, features = ["async", "cranelift"] }
wasmtime = { version = "14.0.1", default-features = false, features = ["async", "cranelift"] }

mas-data-model = { path = "../data-model" }
oauth2-types = { path = "../oauth2-types" }
Expand Down

0 comments on commit 10e31f0

Please sign in to comment.