chore(deps): update rust crate insta-cmd to 0.5.0 (#10702)

This commit is contained in:
renovate[bot] 2024-04-01 11:55:05 +00:00 committed by GitHub
parent 76d0edbbaa
commit a32e70d449
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1063,9 +1063,9 @@ dependencies = [
[[package]] [[package]]
name = "insta-cmd" name = "insta-cmd"
version = "0.4.0" version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "809d3023d1d6e8d5c2206f199251f75cb26180e41f18cb0f22dd119161cb5127" checksum = "1980f17994b79f75670aa90cfc8d35edc4aa248f16aa48b5e27835b080e452a2"
dependencies = [ dependencies = [
"insta", "insta",
"serde", "serde",

View file

@ -46,7 +46,7 @@ imperative = { version = "1.0.4" }
indicatif = { version = "0.17.8" } indicatif = { version = "0.17.8" }
indoc = { version = "2.0.4" } indoc = { version = "2.0.4" }
insta = { version = "1.35.1", feature = ["filters", "glob"] } 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-macro = { version = "0.3.5" }
is-wsl = { version = "0.4.0" } is-wsl = { version = "0.4.0" }
itertools = { version = "0.12.1" } itertools = { version = "0.12.1" }