From f07af6fb6399563e8a2a5b94b50dfccbb12d2bcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 21:48:46 -0400 Subject: [PATCH] Update Rust crate insta-cmd to 0.6.0 (#10937) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d30800997b..afb9f8e674 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1078,9 +1078,9 @@ dependencies = [ [[package]] name = "insta-cmd" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1980f17994b79f75670aa90cfc8d35edc4aa248f16aa48b5e27835b080e452a2" +checksum = "ffeeefa927925cced49ccb01bf3e57c9d4cd132df21e576eb9415baeab2d3de6" dependencies = [ "insta", "serde", diff --git a/Cargo.toml b/Cargo.toml index 4768df0830..dafd031f04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ imperative = { version = "1.0.4" } indicatif = { version = "0.17.8" } indoc = { version = "2.0.4" } insta = { version = "1.35.1", feature = ["filters", "glob"] } -insta-cmd = { version = "0.5.0" } +insta-cmd = { version = "0.6.0" } is-macro = { version = "0.3.5" } is-wsl = { version = "0.4.0" } itertools = { version = "0.12.1" }