From a32e70d449335253eaf03070ffce0f097cfd5d84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:55:05 +0000 Subject: [PATCH] chore(deps): update rust crate insta-cmd to 0.5.0 (#10702) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 052946f634..1e33ad375d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1063,9 +1063,9 @@ dependencies = [ [[package]] name = "insta-cmd" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "809d3023d1d6e8d5c2206f199251f75cb26180e41f18cb0f22dd119161cb5127" +checksum = "1980f17994b79f75670aa90cfc8d35edc4aa248f16aa48b5e27835b080e452a2" dependencies = [ "insta", "serde", diff --git a/Cargo.toml b/Cargo.toml index b6f731973f..f5211ed3a5 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.4.0" } +insta-cmd = { version = "0.5.0" } is-macro = { version = "0.3.5" } is-wsl = { version = "0.4.0" } itertools = { version = "0.12.1" }