From 9b3924d31202496e0e41f6e7d5aaa83f8987311d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 17:28:52 +0000 Subject: [PATCH] chore(deps): update rust crate test-log to 0.2.16 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1128e77..188684f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ tempfile = "3.10.1" [dev-dependencies] criterion = { version = "0.5.1", features = ["html_reports"] } nanoid = "0.4.0" -test-log = "0.2.15" +test-log = "0.2.16" [[bench]] name = "lsmt"