From 05aebc990fe81f97b7418f9645ca46639c304ee5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 13:15:18 +0000 Subject: [PATCH] chore(deps): update rust crate testing_macros to 0.2.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e692b03..f54c007 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ resolver = "2" serde = { version = "1.0" } serde-wasm-bindgen = "0.6" serde_json = { version = "1.0.116" } - testing_macros = "0.2.12" + testing_macros = "0.2.13" wasm-bindgen = "0.2.92"