Skip to content

Commit

Permalink
Merge pull request #172 from matrix-org/dependabot/cargo/wasmtime-gte…
Browse files Browse the repository at this point in the history
…-16-and-lt-21

build(deps): update wasmtime requirement from >=16, <20 to >=16, <21
  • Loading branch information
sandhose authored Apr 30, 2024
2 parents 54a128d + 8b2799f commit 848228c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde_json = "1.0.18" # This is the earliest version which supports 128-bit inte
thiserror = "1"
tokio = { version = "1.5", features = ["sync", "macros"] }
tracing = "0.1.27"
wasmtime = { version = ">=16, <20", default-features = false, features = ["async"] }
wasmtime = { version = ">=16, <21", default-features = false, features = ["async"] }

# Loader
tokio-tar = { version = "0.3", optional = true }
Expand Down Expand Up @@ -53,7 +53,7 @@ version = "1.5"
features = ["macros", "fs", "rt", "rt-multi-thread"]

[dev-dependencies]
wasmtime = { version = ">=16, <20", default-features = false, features = ["cranelift"] }
wasmtime = { version = ">=16, <21", default-features = false, features = ["cranelift"] }
insta = { version = "1", features = ["yaml"] }

[build-dependencies]
Expand Down

0 comments on commit 848228c

Please sign in to comment.