From a34c9917d8fd8abed71a85b1a052cb67b7511383 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Apr 2024 10:00:38 +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 0d0baed..05d9ef3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ tokio = { version = "1.37", features = ["full"] } # Testing assert2 = "0.3" pretty_assertions = "1.4" -test-log = "0.2" +test-log = "0.2.15" anyhow = "1.0" [package.metadata.bin]