From c44a25e097150348c42c594f841e8c093485b6ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Apr 2022 09:22:41 +0000 Subject: [PATCH] chore(deps): update rust crate test-log to 0.2.10 (#713) Co-authored-by: Renovate Bot --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f7b47c..450bc30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1722,9 +1722,9 @@ dependencies = [ [[package]] name = "test-log" -version = "0.2.8" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb78caec569a40f42c078c798c0e35b922d9054ec28e166f0d6ac447563d91a4" +checksum = "4235dbf7ea878b3ef12dea20a59c134b405a66aafc4fc2c7b9935916e289e735" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index e9606b3..3561335 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ duct = "0.13.5" shell-escape = "0.1.5" insta = { version = "1.14.0", features = ["backtrace"] } serial_test = "0.6.0" -test-log = "0.2.8" +test-log = "0.2.10" [build-dependencies] embed-resource = "1.7.2"