From fe3212b9ee05efca0bf2ed08d470f69ffe9ba9a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:59:00 +0000 Subject: [PATCH] build(deps): bump insta from 1.33.0 to 1.34.0 (#539) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d2b65bbb..46735e9d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -540,9 +540,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.33.0" +version = "1.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1aa511b2e298cd49b1856746f6bb73e17036bcd66b25f5e92cdcdbec9bd75686" +checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 693c6e26a..5fb3c3d39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ clap_mangen = "0.2.14" [dev-dependencies] assert_cmd = "2.0.12" infer = "0.15.0" -insta = "1.33.0" +insta = "1.34.0" parse-display = "0.8.2" proptest = "1.3.1" rand = { version = "0.8.5", default-features = false, features = ["small_rng", "std"] }