diff --git a/Cargo.lock b/Cargo.lock index 96f76218119..0bff5d92218 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -443,7 +443,7 @@ dependencies = [ "serde_json", "tokio", "tokio-stream", - "tower 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tower 0.5.2", "tracing", "wasmtimer", ] @@ -490,7 +490,7 @@ dependencies = [ "serde_json", "tokio", "tokio-stream", - "tower 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tower 0.5.2", "tracing", "url", "wasmtimer", @@ -747,7 +747,7 @@ dependencies = [ "serde_json", "thiserror 2.0.17", "tokio", - "tower 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tower 0.5.2", "tracing", "url", "wasmtimer", @@ -763,7 +763,7 @@ dependencies = [ "alloy-transport", "reqwest", "serde_json", - "tower 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tower 0.5.2", "tracing", "url", ] @@ -1645,7 +1645,7 @@ dependencies = [ "sync_wrapper 1.0.1", "tokio", "tokio-tungstenite 0.28.0", - "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", @@ -3800,7 +3800,7 @@ dependencies = [ "tokio", "tokio-stream", "tonic-build", - "tower 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tower 0.5.2", ] [[package]] @@ -3846,7 +3846,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", ] @@ -6769,7 +6769,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", @@ -8377,8 +8377,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", @@ -8407,7 +8407,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)", ] @@ -8421,7 +8421,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" @@ -8432,12 +8432,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",