diff --git a/Cargo.lock b/Cargo.lock index 77eb9d2..a6e4293 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -577,7 +577,6 @@ dependencies = [ "nom", "serde", "tokio", - "tower", "tower-http", "tracing", "tracing-subscriber", diff --git a/Cargo.toml b/Cargo.toml index 0b533da..3de1b01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,6 @@ serde = { version = "1.0.203", features = ["derive", "rc"] } # API axum = { version = "0.7.5", features = ["macros"] } tower-http = { version = "0.5.2", features = ["cors", "trace", "normalize-path"] } -tower = "0.4.13" # Logging tracing = "0.1.40" tracing-subscriber = "0.3.18"