Removing hyper, rand, once_cell dependencies

This commit is contained in:
2026-07-07 17:13:29 -04:00
parent de873fbcf1
commit cc8074a5b1
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -12,11 +12,9 @@ tokio = { version = "1.52.3", features = ["rt-multi-thread"] }
tracing-subscriber = { version = "0.3.23" }
tower = { version = "0.5.3", features = ["full"] }
tower-http = { version = "0.7.0", features = ["cors"] }
hyper = { version = "1.9.0" }
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio-native-tls", "time", "uuid"] }
uuid = { version = "1.23.1", features = ["v4", "serde"] }
argon2 = { version = "0.5.3", features = ["std"] } # Use the latest 0.5.x version
rand = { version = "0.10.1" }
time = { version = "0.3.47", features = ["macros", "serde"] }
josekit = { version = "0.10.3" }
utoipa = { version = "5.5.0", features = ["axum_extras"] }
@@ -27,4 +25,3 @@ icarus_envy = { git = "ssh://git@git.kundeng.us/phoenix/icarus_envy.git", tag =
[dev-dependencies]
http-body-util = { version = "0.1.3" }
url = { version = "2.5.8" }
once_cell = { version = "1.21.4" } # Useful for lazy initialization in tests/app setup