diff --git a/Cargo.lock b/Cargo.lock index 146608d..555a537 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "Inflector" @@ -213,10 +213,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", ] @@ -233,7 +233,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", ] @@ -1651,7 +1651,7 @@ dependencies = [ "ipfs-api", "ipfs-api-backend-hyper", "serde_yaml", - "tower 0.4.13 (git+https://github.com/tower-rs/tower.git)", + "tower 0.5.2", "tower-test", "uuid", ] @@ -3975,9 +3975,9 @@ checksum = "729a25c17d72b06c68cb47955d44fda88ad2d3e7d77e025663fdd69b93dd71a1" [[package]] name = "slab" -version = "0.4.4" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590" +checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" [[package]] name = "slice-group-by" @@ -4283,6 +4283,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" @@ -4715,8 +4721,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", @@ -4750,27 +4756,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#21e01e977e97a7025ff4beb00b2acd79eadf7285" 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", ] @@ -4788,8 +4794,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", ] @@ -4801,8 +4807,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#21e01e977e97a7025ff4beb00b2acd79eadf7285" [[package]] name = "tower-service" @@ -4812,20 +4818,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#21e01e977e97a7025ff4beb00b2acd79eadf7285" [[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#21e01e977e97a7025ff4beb00b2acd79eadf7285" 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]]