1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-06 06:02:40 +03:00

build(deps): bump wasmtime from 18.0.3 to 20.0.0

Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 18.0.3 to 20.0.0.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/compare/v18.0.3...v20.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-04-30 17:03:36 +00:00
committed by Quentin Gliech
parent beb02eb627
commit 18c5ca8474
2 changed files with 126 additions and 121 deletions

View File

@@ -20,7 +20,7 @@ schemars = { workspace = true, optional = true }
thiserror.workspace = true
tokio = { version = "1.37.0", features = ["io-util", "rt"] }
tracing.workspace = true
wasmtime = { version = "18.0.3", default-features = false, features = ["async", "cranelift"] }
wasmtime = { version = "20.0.0", default-features = false, features = ["async", "cranelift"] }
mas-data-model.workspace = true
oauth2-types.workspace = true