From 719b532a9dc95f821d1d44d781a2c821edaef6bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 08:36:23 +0000 Subject: [PATCH] chore(deps): update rust crate wasm-bindgen-test to 0.3.38 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2d1689a..5ab0cf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ web-time = "0.2.0" reqwasm = "0.5" [dev-dependencies] -wasm-bindgen-test = "0.3.0" +wasm-bindgen-test = "0.3.38" [build-dependencies] leptonic-theme = "0.3.0"