1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

build(deps): bump wasmtime from 12.0.1 to 12.0.2

Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 12.0.1 to 12.0.2.
- [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/v12.0.1...v12.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-09-15 20:05:51 +00:00
committed by Quentin Gliech
parent 1cdc017384
commit db88d46945
2 changed files with 53 additions and 53 deletions

View File

@ -16,7 +16,7 @@ schemars = {version = "0.8.13", optional = true }
thiserror.workspace = true
tokio = { version = "1.32.0", features = ["io-util", "rt"] }
tracing.workspace = true
wasmtime = { version = "12.0.1", default-features = false, features = ["async", "cranelift"] }
wasmtime = { version = "12.0.2", default-features = false, features = ["async", "cranelift"] }
mas-data-model = { path = "../data-model" }
oauth2-types = { path = "../oauth2-types" }