diff --git a/bots/echidnabot/Cargo.lock b/bots/echidnabot/Cargo.lock index 98f54a2..c41af20 100644 --- a/bots/echidnabot/Cargo.lock +++ b/bots/echidnabot/Cargo.lock @@ -309,7 +309,7 @@ dependencies = [ "sync_wrapper 1.0.2", "tokio", "tokio-tungstenite", - "tower 0.5.3", + "tower", "tower-layer", "tower-service", "tracing", @@ -370,7 +370,7 @@ dependencies = [ "serde_urlencoded", "smallvec", "tokio", - "tower 0.5.3", + "tower", "url", ] @@ -1079,7 +1079,7 @@ dependencies = [ "tokio", "tokio-test", "toml 0.8.23", - "tower 0.4.13", + "tower", "tower-http", "tracing", "tracing-subscriber", @@ -2505,7 +2505,7 @@ dependencies = [ "serde_urlencoded", "snafu", "tokio", - "tower 0.5.3", + "tower", "tower-http", "tracing", "url", @@ -4205,17 +4205,6 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" -[[package]] -name = "tower" -version = "0.4.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" -dependencies = [ - "tower-layer", - "tower-service", - "tracing", -] - [[package]] name = "tower" version = "0.5.3" @@ -4246,7 +4235,7 @@ dependencies = [ "http-body 1.0.1", "iri-string", "pin-project-lite", - "tower 0.5.3", + "tower", "tower-layer", "tower-service", "tracing", diff --git a/bots/echidnabot/Cargo.toml b/bots/echidnabot/Cargo.toml index 19cb859..84f8186 100644 --- a/bots/echidnabot/Cargo.toml +++ b/bots/echidnabot/Cargo.toml @@ -27,7 +27,7 @@ tokio = { version = "1", features = ["full"] } # HTTP framework axum = { version = "0.8", features = ["macros"] } -tower = "0.4" +tower = "0.5" tower-http = { version = "0.6", features = ["cors", "trace", "request-id"] } # GraphQL