cargo: add 'similar' dev dependency

We were already using this via 'insta'. We bring it in so that
we can explicitly snapshot diffs.
This commit is contained in:
Andrew Gallant 2024-08-15 14:39:16 -04:00 committed by Andrew Gallant
parent a8011ffd50
commit c7218e19ac
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View file

@ -4501,6 +4501,7 @@ dependencies = [
"rustc-hash 2.0.0",
"serde",
"serde_json",
"similar",
"textwrap",
"thiserror",
"tikv-jemallocator",

View file

@ -93,6 +93,7 @@ insta = { version = "1.36.1", features = ["filters", "json"] }
predicates = { version = "3.0.4" }
regex = { workspace = true }
reqwest = { workspace = true, features = ["blocking"], default-features = false }
similar = { version = "2.6.0" }
zip = { workspace = true }
[package.metadata.cargo-shear]