diff --git a/Cargo.lock b/Cargo.lock index 18cd2afe5..300ed252c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,10 +259,10 @@ dependencies = [ "pin-project-lite", "rustversion", "serde", - "sync_wrapper", - "tower 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", + "sync_wrapper 0.1.1", + "tower 0.4.13", "tower-http", - "tower-layer 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tower-layer 0.3.2", "tower-service 0.3.1", ] @@ -279,7 +279,7 @@ dependencies = [ "http-body", "mime", "rustversion", - "tower-layer 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tower-layer 0.3.2", "tower-service 0.3.1", ] @@ -1752,7 +1752,7 @@ dependencies = [ "serde", "serde_json", "serde_yaml", - "tower 0.4.13 (git+https://github.com/tower-rs/tower.git)", + "tower 0.5.2", "tower-test", "uuid", ] @@ -4074,9 +4074,9 @@ checksum = "729a25c17d72b06c68cb47955d44fda88ad2d3e7d77e025663fdd69b93dd71a1" [[package]] name = "slab" -version = "0.4.4" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590" +checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d" [[package]] name = "slog" @@ -4391,6 +4391,12 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8" +[[package]] +name = "sync_wrapper" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" + [[package]] name = "synstructure" version = "0.12.5" @@ -4825,8 +4831,8 @@ dependencies = [ "tokio-rustls", "tokio-stream", "tokio-util 0.7.1", - "tower 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", - "tower-layer 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tower 0.4.13", + "tower-layer 0.3.2", "tower-service 0.3.1", "tracing", "tracing-futures", @@ -4860,27 +4866,27 @@ dependencies = [ "slab", "tokio", "tokio-util 0.7.1", - "tower-layer 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tower-layer 0.3.2", "tower-service 0.3.1", "tracing", ] [[package]] name = "tower" -version = "0.4.13" -source = "git+https://github.com/tower-rs/tower.git#39adf5c509a1b2141f679654d8317524ca96b58b" +version = "0.5.2" +source = "git+https://github.com/tower-rs/tower.git#a1c277bc90839820bd8b4c0d8b47d14217977a79" dependencies = [ "futures-core", "futures-util", "hdrhistogram", - "indexmap 1.9.3", + "indexmap 2.1.0", "pin-project-lite", "slab", - "sync_wrapper", + "sync_wrapper 1.0.2", "tokio", "tokio-util 0.7.1", - "tower-layer 0.3.2 (git+https://github.com/tower-rs/tower.git)", - "tower-service 0.3.2", + "tower-layer 0.3.3", + "tower-service 0.3.3", "tracing", ] @@ -4898,8 +4904,8 @@ dependencies = [ "http-body", "http-range-header", "pin-project-lite", - "tower 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", - "tower-layer 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tower 0.4.13", + "tower-layer 0.3.2", "tower-service 0.3.1", ] @@ -4911,8 +4917,8 @@ checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" [[package]] name = "tower-layer" -version = "0.3.2" -source = "git+https://github.com/tower-rs/tower.git#39adf5c509a1b2141f679654d8317524ca96b58b" +version = "0.3.3" +source = "git+https://github.com/tower-rs/tower.git#a1c277bc90839820bd8b4c0d8b47d14217977a79" [[package]] name = "tower-service" @@ -4922,20 +4928,19 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tower-service" -version = "0.3.2" -source = "git+https://github.com/tower-rs/tower.git#39adf5c509a1b2141f679654d8317524ca96b58b" +version = "0.3.3" +source = "git+https://github.com/tower-rs/tower.git#a1c277bc90839820bd8b4c0d8b47d14217977a79" [[package]] name = "tower-test" -version = "0.4.0" -source = "git+https://github.com/tower-rs/tower.git#39adf5c509a1b2141f679654d8317524ca96b58b" +version = "0.4.1" +source = "git+https://github.com/tower-rs/tower.git#a1c277bc90839820bd8b4c0d8b47d14217977a79" dependencies = [ - "futures-util", "pin-project-lite", "tokio", "tokio-test", - "tower-layer 0.3.2 (git+https://github.com/tower-rs/tower.git)", - "tower-service 0.3.2", + "tower-layer 0.3.3", + "tower-service 0.3.3", ] [[package]]