Update miette v7, pubgrub and small Cargo.toml cleanup (#2610)

I was going through the output of `cargo tree --duplicate -p uv`, not
much success except these small cleanups.
This commit is contained in:
konsti 2024-03-22 11:42:48 +01:00 committed by GitHub
parent 375b33ff0c
commit 48bd02b8a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 37 additions and 74 deletions

View file

@ -21,7 +21,7 @@ chrono = { workspace = true, features = ["serde"] }
mailparse = { workspace = true }
once_cell = { workspace = true }
regex = { workspace = true }
rkyv = { workspace = true, features = ["strict", "validation"] }
rkyv = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }