From db097bed55438b039cb6012eff7eeafe04b72bd4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Apr 2024 09:31:08 +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 4d825fb..cc6b3b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tempfile = "3.10" [dev-dependencies] # testing -assert2 = "0.3" +assert2 = "0.3.14" pretty_assertions = "1.4" test-log = "0.2" tokio-test = "0.4" -- 2.45.2