Skip to content

Commit 60709b8

Browse files
authored
Merge pull request #197 from matrix-org/dependabot/cargo/wasmtime-gte-22-and-lt-28
build(deps): update wasmtime requirement from >=22, <27 to >=22, <28
2 parents 7609658 + 9ce2de1 commit 60709b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ serde_json = "1.0.18" # This is the earliest version which supports 128-bit inte
1616
thiserror = ">=1, <3"
1717
tokio = { version = "1.5", features = ["sync", "macros"] }
1818
tracing = "0.1.27"
19-
wasmtime = { version = ">=22, <27", default-features = false, features = [
19+
wasmtime = { version = ">=22, <28", default-features = false, features = [
2020
"async",
2121
] }
2222

@@ -65,7 +65,7 @@ version = "1.5"
6565
features = ["macros", "fs", "rt", "rt-multi-thread"]
6666

6767
[dev-dependencies]
68-
wasmtime = { version = ">=22, <27", default-features = false, features = [
68+
wasmtime = { version = ">=22, <28", default-features = false, features = [
6969
"cranelift",
7070
] }
7171
insta = { version = "1", features = ["yaml"] }

0 commit comments

Comments
 (0)