From 1889b553874e05806713d1f25d6a4d34affd6146 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 07:52:09 +0000 Subject: [PATCH] chore(deps): update rust crate testing_macros to v1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d9f2b0..80559ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -653,9 +653,9 @@ dependencies = [ [[package]] name = "testing_macros" -version = "0.2.14" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a39660370116afe46d5ff8bcb01b7afe2140dda3137ef5cb1914681e37a4ee06" +checksum = "a2d27bf245b90a80d5aa231133418ae7db98f032855ce5292e12071ab29c4b26" dependencies = [ "anyhow", "glob", diff --git a/Cargo.toml b/Cargo.toml index 3a4f605..19f5267 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ resolver = "2" serde = "1.0" serde-wasm-bindgen = "0.6" serde_json = "1.0" - testing_macros = "0.2.14" + testing_macros = "1.0.0" wasm-bindgen = "0.2.93"