Formatted dependencies
All checks were successful
Rust Build / Check (pull_request) Successful in 30s
Rust Build / Test Suite (pull_request) Successful in 32s
Rust Build / Rustfmt (pull_request) Successful in 24s
Rust Build / Clippy (pull_request) Successful in 28s
Rust Build / build (pull_request) Successful in 34s

This commit is contained in:
2025-03-31 20:20:11 -04:00
parent 14787b01b9
commit f995a40c78

View File

@@ -10,5 +10,5 @@ serde_json = { version = "1.0.139" }
tokio = { version = "1.44.1", features = ["rt-multi-thread"] }
tracing-subscriber = { version = "0.3.19" }
tower = { version = "0.5.2" }
hyper = "1.6.0"
hyper = { version = "1.6.0" }
icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.2.0" }