mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-01 22:41:16 +00:00
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:
parent
a8011ffd50
commit
c7218e19ac
2 changed files with 2 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -4501,6 +4501,7 @@ dependencies = [
|
|||
"rustc-hash 2.0.0",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"similar",
|
||||
"textwrap",
|
||||
"thiserror",
|
||||
"tikv-jemallocator",
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue