Remove unused dependencies (#10475)

## Summary
I used `cargo-shear` (see
[tweet](https://twitter.com/boshen_c/status/1770106165923586395)) to
remove some unused dependencies that `cargo udeps` wasn't reporting.

<!-- What's the purpose of the change? What does it do, and why? -->

## Test Plan

`cargo test`
This commit is contained in:
Micha Reiser 2024-03-19 17:33:47 +01:00 committed by GitHub
parent 363ff2a87e
commit 17d56ccab3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 5 additions and 102 deletions

View file

@ -29,7 +29,6 @@ uuid = { workspace = true }
rand = { workspace = true }
[dev-dependencies]
insta = { workspace = true }
test-case = { workspace = true }
[lints]