1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Bump wasmtime from 2.0.1 to 2.0.2

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

---
updated-dependencies:
- dependency-name: wasmtime
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-11-11 03:53:18 +00:00
committed by Quentin Gliech
parent 76737ba41a
commit 16167917d5
2 changed files with 39 additions and 39 deletions

View File

@ -13,7 +13,7 @@ serde_json = "1.0.87"
thiserror = "1.0.37"
tokio = { version = "1.21.2", features = ["io-util", "rt"] }
tracing = "0.1.37"
wasmtime = { version = "2.0.1", default-features = false, features = ["async", "cranelift"] }
wasmtime = { version = "2.0.2", default-features = false, features = ["async", "cranelift"] }
mas-data-model = { path = "../data-model" }
oauth2-types = { path = "../oauth2-types" }