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

Bump wasmtime from 0.38.0 to 0.38.1

Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 0.38.0 to 0.38.1.
- [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/v0.38.0...v0.38.1)

---
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]
2022-06-28 19:35:09 +00:00
committed by Quentin Gliech
parent 43f0336b92
commit 3ee11176b5
2 changed files with 37 additions and 37 deletions

View File

@@ -13,7 +13,7 @@ serde_json = "1.0.81"
thiserror = "1.0.31"
tokio = { version = "1.19.2", features = ["io-util", "rt"] }
tracing = "0.1.35"
wasmtime = "0.38.0"
wasmtime = "0.38.1"
mas-data-model = { path = "../data-model" }
oauth2-types = { path = "../oauth2-types" }