From 386216d43e866abe0243e0063802327f66f8bc83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 12:27:43 +0000 Subject: [PATCH] Update Rust crate pretty_assertions to 1.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d325e1f..dd64fd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,5 +34,5 @@ ctor = "0.2.0" goblin = "0.6.1" [dev-dependencies] -pretty_assertions = "1.1.0" +pretty_assertions = "1.3.0" mylib = { path = "tests/mylib" }