You've already forked authentication-service
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 4.0.0 to 5.0.0
Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 4.0.0 to 5.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/v4.0.0...v5.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:
committed by
Quentin Gliech
parent
e0def90c70
commit
694e97e96c
@ -13,7 +13,7 @@ serde_json = "1.0.91"
|
||||
thiserror = "1.0.38"
|
||||
tokio = { version = "1.24.2", features = ["io-util"] }
|
||||
tracing = "0.1.37"
|
||||
wasmtime = { version = "4.0.0", default-features = false, features = ["async", "cranelift"] }
|
||||
wasmtime = { version = "5.0.0", default-features = false, features = ["async", "cranelift"] }
|
||||
|
||||
mas-data-model = { path = "../data-model" }
|
||||
oauth2-types = { path = "../oauth2-types" }
|
||||
|
Reference in New Issue
Block a user