From 7c03e74df9ae7e5df47dcb590be03ef26a9b19f2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Apr 2024 09:31:11 +0000 Subject: [PATCH] chore(deps): update rust crate test-log to 0.2.15 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d825fb..85d4025 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ tempfile = "3.10" # testing assert2 = "0.3" pretty_assertions = "1.4" -test-log = "0.2" +test-log = "0.2.15" tokio-test = "0.4" [package.metadata.bin] -- 2.45.2