Update wasmer to 4.0
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2023-07-22 12:32:44 +02:00
parent df5d73c753
commit c75541720b
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ parking_lot = "0.12.1"
serde = { version = "1.0.137", optional = true, features = ["derive"] }
serde_repr = "0.1.12"
serde-xml-rs = { version = "0.6.0", optional = true }
wasmer = { version = "3.3.0", optional = true, default-features = false, features = ["sys", "wat", "llvm"] }
wasmer = { version = "4.0.0", optional = true, default-features = false, features = ["sys", "wat", "llvm"] }
uuid = "1.2.2"
paste = { version = "1.0.8" }
arcstr = { version = "1.1.4", features = ["std"] }