From 695e499a687582592c76baf8c24eb91fa28f36ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 18:14:26 +0000 Subject: [PATCH] chore(deps): update rust crate test-log to 0.2.11 (#820) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cebe5fd..7d1b384 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1826,9 +1826,9 @@ dependencies = [ [[package]] name = "test-log" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4235dbf7ea878b3ef12dea20a59c134b405a66aafc4fc2c7b9935916e289e735" +checksum = "38f0c854faeb68a048f0f2dc410c5ddae3bf83854ef0e4977d58306a5edef50e" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index abde3a7..036e263 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ duct = "0.13.5" shell-escape = "0.1.5" insta = "1.21.0" serial_test = "0.9.0" -test-log = "0.2.10" +test-log = "0.2.11" [build-dependencies] embed-resource = "1.7.3"