From 582368585e7c1fd3617b81cc62352de767ef46dd Mon Sep 17 00:00:00 2001 From: gskapka Date: Thu, 17 Aug 2023 17:05:24 +0100 Subject: [PATCH] chore(algorand): <- use workspace dev-deps in `Cargo.toml` in that --- common/algorand/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/algorand/Cargo.toml b/common/algorand/Cargo.toml index 98f866527..265d81b2c 100644 --- a/common/algorand/Cargo.toml +++ b/common/algorand/Cargo.toml @@ -36,7 +36,7 @@ common_debug_signers = { workspace = true } common_safe_addresses = { workspace = true } [dev-dependencies] -simple_logger = "2.0.0" +simple_logger = { workspace = true } [lib] doctest = false