From 28b5d0d6f4f343ece79f59c2d85e23aea32de632 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Dec 2022 14:48:59 +0000 Subject: [PATCH] Update Rust crate insta to v1.22.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 09d2a46ad56..4143d040fe5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1434,9 +1434,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.21.2" +version = "1.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "261bf85ed492cd1c47c9ba675e48649682a9d2d2e77f515c5386d7726fb0ba76" +checksum = "197f4e300af8b23664d4077bf5c40e0afa9ba66a567bb5a51d3def3c7b287d1c" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index ccb29d6870b..ca9d3883b34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ cargo-registry-index = { path = "cargo-registry-index", features = ["testing"] } claims = "=0.7.1" conduit-test = "=0.10.0" hyper-tls = "=0.5.0" -insta = { version = "=1.21.2", features = ["redactions", "yaml"] } +insta = { version = "=1.22.0", features = ["redactions", "yaml"] } once_cell = "=1.16.0" tokio = "=1.22.0" tower-service = "=0.3.2"