chore: remove unused dependencies (#28204)

This commit is contained in:
Leo Kettmeir 2025-02-21 11:46:56 +01:00 committed by GitHub
parent 648ee8f0e7
commit f800f5444a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 1 additions and 83 deletions

View file

@ -53,11 +53,8 @@ serde_json.workspace = true
sys_traits = { workspace = true, features = ["getrandom", "filetime", "libc", "real", "strip_unc", "winapi"] }
thiserror.workspace = true
tokio.workspace = true
tokio-util.workspace = true
twox-hash.workspace = true
url.workspace = true
[dev-dependencies]
pretty_assertions.workspace = true
sys_traits = { workspace = true, features = ["memory"] }
test_util.workspace = true