summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-11-11 16:16:38 +0100
committerLaurenz <laurmaedje@gmail.com>2024-11-13 10:21:40 +0100
commit685b8c9dc9674f13a37e674a7557cf76ce5cf7fc (patch)
tree138d7495ff4727f97e8867272ff374a3654fa5a3 /Cargo.toml
parenteb2ea1d0ee26abb624b026947c82c39ac322db46 (diff)
Bump wasmi
wasmi 0.38 creates strange problems with wasm-bindgen
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e703e334..e1f6dccb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -128,7 +128,7 @@ unscanny = "0.1"
ureq = { version = "2", default-features = false, features = ["native-tls", "gzip", "json"] }
usvg = { version = "0.43", default-features = false, features = ["text"] }
walkdir = "2"
-wasmi = "0.38.0"
+wasmi = "0.39.0"
xmlparser = "0.13.5"
xmlwriter = "0.1.0"
xmp-writer = "0.3"