Skip to content

Commit 6c8878b

Browse files
Update Rust crate wasmer to v7
1 parent ba8aa88 commit 6c8878b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ httpdate = { version = "1.0", optional = true } # Formatting of dates
7878
lru = { version = "0.16", optional = true } # For caching resources
7979

8080
# === WEBASSEMBLY COMPILERS/INTERPRETERS ===
81-
wasmer = { version = "6.1", default-features = false, optional = true } # Very fast WebAssembly runtime for x86_64, wasm32 and ARM64
81+
wasmer = { version = "7.0", default-features = false, optional = true } # Very fast WebAssembly runtime for x86_64, wasm32 and ARM64
8282
wasmer-wasix = { version = "0.601", default-features = false, optional = true } # WASI support for wasmer
8383
socket2 = { version = "=0.6.2", features = ["all"], optional = true} # https://github.com/wasmerio/wasmer/issues/5671
8484

0 commit comments

Comments
 (0)