From 5f80a73185dcd51e3e62450534aafa5a043f80d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Nov 2021 20:30:38 +0200 Subject: [PATCH] chore(deps): update rust crate test-env-log to 0.2.8 (#581) 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 40cd209..7820493 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1260,9 +1260,9 @@ dependencies = [ [[package]] name = "test-env-log" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3e4b132a630cc8a0d06cfcb400da67adef3d0087a94b3332d4692908f0c2544" +checksum = "877189d680101869f65ef94168105d6c188b3a143c13a2d42cf8a09c4c704f8a" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 26c1ecd..8abc9b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ sysinfo = "0.21.1" [dev-dependencies] pretty_assertions = "1.0.0" duct = "0.13.5" -test-env-log = "0.2.7" +test-env-log = "0.2.8" shell-escape = "0.1.5" insta = { version = "1.8.0", features = ["backtrace"] } serial_test = "0.5.1"