From 0b13e2c8cd4415a7575f9ba765fcc7782c1481a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 11:30:45 +0000 Subject: [PATCH] chore(deps): update rust crate insta to 1.7.2 (#515) 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 676b012..eb82a3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -729,9 +729,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.7.1" +version = "1.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4a1b21a2971cea49ca4613c0e9fe8225ecaf5de64090fddc6002284726e9244" +checksum = "58019516c1403ac45b106c9fc4e8fcbd77a78e98b014c619d1506338902ccfa4" dependencies = [ "backtrace", "console", diff --git a/Cargo.toml b/Cargo.toml index 957305c..34267e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ pretty_assertions = "0.7.2" duct = "0.13.5" test-env-log = "0.2.7" shell-escape = "0.1.5" -insta = { version = "1.7.1", features = ["backtrace"] } +insta = { version = "1.7.2", features = ["backtrace"] } serial_test = "0.5.1" [build-dependencies]