From 8d33efa49b06340bb0bd958dc1c44c9f1cd58a64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 18:59:28 -0300 Subject: [PATCH] chore(deps): update rust crate marine-rs-sdk-test to 0.12.1 (#44) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c8d1c51..4bfc4cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,5 +40,5 @@ marine-rs-sdk = "0.10.2" bytesize = "1.3.0" [dev-dependencies] -marine-rs-sdk-test = "0.12.0" +marine-rs-sdk-test = "0.12.1" temporary = "0.7"