mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 13:25:17 +00:00
Update Rust crate insta-cmd to 0.6.0 (#10937)
This commit is contained in:
parent
b11d17f65c
commit
f07af6fb63
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue