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 20.0.0 to 20.0.1

Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 20.0.0 to 20.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](https://github.com/bytecodealliance/wasmtime/compare/v20.0.0...v20.0.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]
2024-05-03 19:20:09 +00:00
committed by Quentin Gliech
parent 2c80c17d32
commit eb80ca1c88
2 changed files with 47 additions and 47 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 = "20.0.0", default-features = false, features = ["async", "cranelift", "parallel-compilation"] }
wasmtime = { version = "20.0.1", default-features = false, features = ["async", "cranelift", "parallel-compilation"] }
mas-data-model.workspace = true
oauth2-types.workspace = true