From f995a40c78a2caa93e496950156c5a9096454ce6 Mon Sep 17 00:00:00 2001 From: phoenix Date: Mon, 31 Mar 2025 20:20:11 -0400 Subject: [PATCH] Formatted dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }