From 5957b8ffa671d79e254230e84cd8f9ecb84bb258 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 07:04:28 +0000 Subject: [PATCH] chore(deps): update rust crate pretty_assertions to 1.4.0 --- raiden/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raiden/Cargo.toml b/raiden/Cargo.toml index 39c83266..c61bd5e0 100644 --- a/raiden/Cargo.toml +++ b/raiden/Cargo.toml @@ -31,7 +31,7 @@ thiserror = "^1" uuid = { version = "^1.4.1", features = ["v4"] } [dev-dependencies] -pretty_assertions = "1.3.0" +pretty_assertions = "1.4.0" pretty_env_logger = "0.5" tokio = "1.32.0"