diff --git a/Cargo.toml b/Cargo.toml index ec5f641..3d1a2b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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, <21", default-features = false, features = ["async"] } +wasmtime = { version = ">=16, <22", default-features = false, features = ["async"] } # Loader tokio-tar = { version = "0.3", optional = true } @@ -53,7 +53,7 @@ version = "1.5" features = ["macros", "fs", "rt", "rt-multi-thread"] [dev-dependencies] -wasmtime = { version = ">=16, <21", default-features = false, features = ["cranelift"] } +wasmtime = { version = ">=16, <22", default-features = false, features = ["cranelift"] } insta = { version = "1", features = ["yaml"] } [build-dependencies]