From c10e68847a2fcf74fb90ccd84abc1753f3520b5d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Apr 2024 09:30:53 +0000 Subject: [PATCH] chore(deps): update rust crate assert2 to 0.3.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0d0baed..f3f742b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ tokio = { version = "1.37", features = ["full"] } [dev-dependencies] # Testing -assert2 = "0.3" +assert2 = "0.3.14" pretty_assertions = "1.4" test-log = "0.2" anyhow = "1.0" -- 2.45.2