refactor: small dependency optimizations
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
ci/woodpecker/pull_request_closed/build-and-publish Pipeline was successful

This commit is contained in:
Radical 2025-07-20 18:45:50 +02:00
parent 8ec1610b2e
commit 1c07957c4e
5 changed files with 7 additions and 12 deletions

View file

@ -22,7 +22,6 @@ clap = { version = "4.5", features = ["derive"] }
log = "0.4"
# async
futures = "0.3"
tokio = { version = "1.46", features = ["full"] }
futures-util = "0.3.31"
@ -31,7 +30,6 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.9"
bytes = "1.10.1"
rmpv = { version = "1.3.0", features = ["with-serde"] }
# File Storage
bindet = "0.3.2"
@ -39,8 +37,8 @@ bunny-api-tokio = { version = "0.4", features = ["edge_storage"], default-featur
# Web Server
axum = { version = "0.8.4", features = ["multipart", "ws"] }
tower-http = { version = "0.6.6", features = ["cors"] }
axum-extra = { version = "0.10.1", features = ["cookie", "typed-header"] }
tower-http = { version = "0.6.6", features = ["cors"] }
#socketioxide = { version = "0.17.2", features = ["state"] }
url = { version = "2.5", features = ["serde"] }
time = "0.3.41"
@ -63,5 +61,3 @@ lettre = { version = "0.11", features = ["tokio1", "tokio1-native-tls"] }
chrono = { version = "0.4.41", features = ["serde"] }
tracing-subscriber = "0.3.19"
rand = "0.9.1"