remove a few unused deps (cargo machete)

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-02-25 21:47:40 -05:00 committed by June
parent cdc644946d
commit a9d232f064
2 changed files with 7 additions and 6 deletions

3
Cargo.lock generated
View file

@ -426,7 +426,6 @@ dependencies = [
"ipaddress",
"itertools 0.12.1",
"jsonwebtoken",
"lazy_static",
"lru-cache",
"nix",
"num_cpus",
@ -451,7 +450,6 @@ dependencies = [
"sha2",
"thiserror",
"thread_local",
"threadpool",
"tikv-jemalloc-ctl",
"tikv-jemallocator",
"tokio",
@ -462,7 +460,6 @@ dependencies = [
"tracing-opentelemetry",
"tracing-subscriber",
"trust-dns-resolver",
"urlencoding",
"webpage",
]