aboutsummaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-07-30 10:53:47 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-07-30 10:53:47 -0500
commit93ece888fa73087353242ebecb435cacc0dcacb1 (patch)
tree8466c6d0f0071b435b0b3d154c6d2ab22d818e31 /libs
parentBump @typescript-eslint/parser from 7.17.0 to 7.18.0 (diff)
downloadzorascript-93ece888fa73087353242ebecb435cacc0dcacb1.tar
zorascript-93ece888fa73087353242ebecb435cacc0dcacb1.tar.gz
zorascript-93ece888fa73087353242ebecb435cacc0dcacb1.tar.bz2
zorascript-93ece888fa73087353242ebecb435cacc0dcacb1.tar.lz
zorascript-93ece888fa73087353242ebecb435cacc0dcacb1.tar.xz
zorascript-93ece888fa73087353242ebecb435cacc0dcacb1.tar.zst
zorascript-93ece888fa73087353242ebecb435cacc0dcacb1.zip
Bump all dependencies
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'libs')
-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"