diff --git a/tmtc-c2a/Cargo.toml b/tmtc-c2a/Cargo.toml index dbd6fc1f..c08e00fb 100644 --- a/tmtc-c2a/Cargo.toml +++ b/tmtc-c2a/Cargo.toml @@ -17,7 +17,7 @@ clap = { version = "4", features = ["derive", "env"] } futures = "0.3" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } -http = "0.2" +http = "1.0" tower = "0.4" tower-http = { version = "0.4", features = ["trace", "cors"] } tokio = { version = "1", features = ["full"] }