Clean up many small dependencies (part 3) (#8425)

Follow-up to #8353

Release Notes:
- N/A
This commit is contained in:
Dzmitry Malyshau 2024-02-26 01:08:57 -08:00 committed by GitHub
parent f54bb32a7f
commit a44fc24445
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 19 additions and 477 deletions

View file

@ -13,16 +13,17 @@ doctest = false
[dependencies]
anyhow.workspace = true
async-trait.workspace = true
futures.workspace = true
hmac = "0.12"
jwt = "0.16"
log.workspace = true
prost = "0.8"
prost.workspace = true
prost-types = "0.8"
reqwest = "0.11"
serde.workspace = true
serde_derive.workspace = true
sha2 = "0.10"
sha2.workspace = true
[build-dependencies]
prost-build = "0.9"
[package.metadata.cargo-machete]
ignored = ["prost-types"]