aboutsummaryrefslogtreecommitdiffstats
path: root/libs/zora-rs/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'libs/zora-rs/Cargo.toml')
-rw-r--r--libs/zora-rs/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/zora-rs/Cargo.toml b/libs/zora-rs/Cargo.toml
index 5535a13..a363fd7 100644
--- a/libs/zora-rs/Cargo.toml
+++ b/libs/zora-rs/Cargo.toml
@@ -19,7 +19,7 @@ serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
[target.'cfg(target_family = "wasm")'.dependencies]
-wasm-bindgen = "0.2.84"
+wasm-bindgen = "0.2.92"
# The `console_error_panic_hook` crate provides better debugging of panics by
@@ -30,4 +30,4 @@ console_error_panic_hook = { version = "0.1.7", optional = true }
[dev-dependencies]
-wasm-bindgen-test = "0.3.34"
+wasm-bindgen-test = "0.3.42"