diff --git a/Cargo.lock b/Cargo.lock index 65a4bfdbeb0..0bb9d20f0b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -943,7 +943,7 @@ dependencies = [ "sync_wrapper 1.0.1", "tokio", "tokio-tungstenite", - "tower 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tower 0.5.2", "tower-layer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "tower-service 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", @@ -2988,7 +2988,7 @@ dependencies = [ "tokio", "tokio-retry", "tokio-util 0.7.18", - "tower 0.5.2 (git+https://github.com/tower-rs/tower.git)", + "tower 0.5.3", "tower-test", "wiremock", ] @@ -5755,7 +5755,7 @@ dependencies = [ "tokio-native-tls", "tokio-rustls", "tokio-util 0.7.18", - "tower 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tower 0.5.2", "tower-http", "tower-service 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "url", @@ -7272,8 +7272,8 @@ dependencies = [ [[package]] name = "tower" -version = "0.5.2" -source = "git+https://github.com/tower-rs/tower.git#1992ebd196467deffe193d5a073db655492ce168" +version = "0.5.3" +source = "git+https://github.com/tower-rs/tower.git#c1e28af2a9af852f0261883531bbc182121a35fd" dependencies = [ "futures-core", "futures-util", @@ -7302,7 +7302,7 @@ dependencies = [ "http-body 1.0.0", "iri-string", "pin-project-lite", - "tower 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tower 0.5.2", "tower-layer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "tower-service 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -7316,7 +7316,7 @@ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" [[package]] name = "tower-layer" version = "0.3.3" -source = "git+https://github.com/tower-rs/tower.git#1992ebd196467deffe193d5a073db655492ce168" +source = "git+https://github.com/tower-rs/tower.git#c1e28af2a9af852f0261883531bbc182121a35fd" [[package]] name = "tower-service" @@ -7327,12 +7327,12 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tower-service" version = "0.3.3" -source = "git+https://github.com/tower-rs/tower.git#1992ebd196467deffe193d5a073db655492ce168" +source = "git+https://github.com/tower-rs/tower.git#c1e28af2a9af852f0261883531bbc182121a35fd" [[package]] name = "tower-test" version = "0.4.1" -source = "git+https://github.com/tower-rs/tower.git#1992ebd196467deffe193d5a073db655492ce168" +source = "git+https://github.com/tower-rs/tower.git#c1e28af2a9af852f0261883531bbc182121a35fd" dependencies = [ "pin-project-lite", "tokio",