From 4c4abcea9a085c0c8bc08b2439b9711149a60e24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 13:26:15 +0000 Subject: [PATCH] fix(deps): update rust crate marine-macro-testing-utils to 0.14.0 --- Cargo.lock | 4 ++-- crates/marine-test-macro-impl/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4157d51..755a4b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1355,9 +1355,9 @@ dependencies = [ [[package]] name = "marine-macro-testing-utils" -version = "0.1.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c7b78534db4804dab7e439ae93fc2478bb298a97819bbc50002187ef02f2df5" +checksum = "eaa6e72c3bcab02a4f4a124d08861e9129eb3b375d699f236c756f531997f981" dependencies = [ "proc-macro2", "quote", diff --git a/crates/marine-test-macro-impl/Cargo.toml b/crates/marine-test-macro-impl/Cargo.toml index 8fcf466..0791782 100644 --- a/crates/marine-test-macro-impl/Cargo.toml +++ b/crates/marine-test-macro-impl/Cargo.toml @@ -26,4 +26,4 @@ thiserror = "1.0.40" static_assertions = "1.1.0" [dev-dependencies] -marine-macro-testing-utils = "0.1.0" +marine-macro-testing-utils = "0.14.0"