Remove unused dependencies (#2543)

## Summary

I tried out `cargo shear` to see if there are any unused dependencies
that `cargo udeps` isn't reporting. It turned out, there are a few. This
PR removes those dependencies.

## Test Plan

`cargo build`
This commit is contained in:
Micha Reiser 2024-03-19 18:10:10 +01:00 committed by GitHub
parent ba14f69676
commit acbee166c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 0 additions and 134 deletions

View file

@ -28,8 +28,3 @@ tracing = { workspace = true }
url = { workspace = true }
[dev-dependencies]
indoc = { version = "2.0.4" }
insta = { version = "1.36.1" }
serde_json = { version = "1.0.114" }
tempfile = { version = "3.9.0" }
test-case = { version = "3.3.1" }