From ac1fefb8557a1c82d12ba3d52f2412c2ba8177a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 12:28:44 +0300 Subject: [PATCH] Update Rust crate insta to 1.7.1 (#418) 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 e3a6341..ab2068f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -834,9 +834,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.7.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1b6cf41e31a7e7b78055b548826da45c7dc74e6a13a3fa6b897a17a01322f26" +checksum = "c4a1b21a2971cea49ca4613c0e9fe8225ecaf5de64090fddc6002284726e9244" dependencies = [ "backtrace", "console", diff --git a/Cargo.toml b/Cargo.toml index a030ad1..5dd15ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ pretty_assertions = "0.7.1" duct = "0.13.5" test-env-log = "0.2.6" shell-escape = "0.1.5" -insta = { version = "1.7.0", features = ["backtrace"] } +insta = { version = "1.7.1", features = ["backtrace"] } serial_test = "0.5.1" [build-dependencies]