From 40fbcf830ff8e1c791bf209ed0f1cb05cf4ae57a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 21:42:45 +0000 Subject: [PATCH] Update rust-wasm-bindgen monorepo --- website/backtrace/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/backtrace/Cargo.toml b/website/backtrace/Cargo.toml index 222c93f5..aca7036c 100644 --- a/website/backtrace/Cargo.toml +++ b/website/backtrace/Cargo.toml @@ -12,7 +12,7 @@ crate-type = ["cdylib", "rlib"] default = ["console_error_panic_hook"] [dependencies] -wasm-bindgen = "0.2.84" +wasm-bindgen = "0.2.92" agb-debug = { path="../../agb-debug" } # The `console_error_panic_hook` crate provides better debugging of panics by @@ -22,7 +22,7 @@ agb-debug = { path="../../agb-debug" } console_error_panic_hook = { version = "0.1.7", optional = true } [dev-dependencies] -wasm-bindgen-test = "0.3.34" +wasm-bindgen-test = "0.3.42" [profile.release] # Tell `rustc` to optimize for small code size.