diff --git a/Cargo.toml b/Cargo.toml index 8158229..ce7a653 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }