From 9ed5fb8774bb939ca485337075fa6ec3f30c1396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:05:43 +0000 Subject: [PATCH] chore(deps): Bump the tower group across 1 directory with 4 updates Bumps the tower group with 4 updates in the / directory: [tower](https://github.com/tower-rs/tower), [tower-http](https://github.com/tower-rs/tower-http), [tower-layer](https://github.com/tower-rs/tower) and [tower-service](https://github.com/tower-rs/tower). Updates `tower` from 0.4.13 to 0.5.0 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/tower-0.4.13...tower-0.5.0) Updates `tower-http` from 0.4.4 to 0.5.2 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.4.4...tower-http-0.5.2) Updates `tower-layer` from 0.3.2 to 0.3.3 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/tower-layer-0.3.2...tower-layer-0.3.3) Updates `tower-service` from 0.3.2 to 0.3.3 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/tower-service-0.3.2...tower-service-0.3.3) --- updated-dependencies: - dependency-name: tower dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tower - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tower - dependency-name: tower-layer dependency-type: indirect update-type: version-update:semver-patch dependency-group: tower - dependency-name: tower-service dependency-type: indirect update-type: version-update:semver-patch dependency-group: tower ... Signed-off-by: dependabot[bot] --- Cargo.lock | 77 ++++++++++++++++++++++++++---------- Cargo.toml | 4 +- lib/vector-stream/Cargo.toml | 2 +- 3 files changed, 60 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf3faa3adad4c..27493215ed5ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1344,7 +1344,7 @@ dependencies = [ "serde", "sync_wrapper 0.1.2", "tokio", - "tower", + "tower 0.4.13", "tower-layer", "tower-service", ] @@ -1371,7 +1371,7 @@ dependencies = [ "rustversion", "serde", "sync_wrapper 1.0.1", - "tower", + "tower 0.4.13", "tower-layer", "tower-service", ] @@ -3982,7 +3982,7 @@ dependencies = [ "tokio-stream", "tonic 0.11.0", "tonic-build 0.9.2", - "tower", + "tower 0.4.13", ] [[package]] @@ -4480,7 +4480,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.10", + "socket2 0.5.8", "tokio", "tower-service", "tracing 0.1.41", @@ -5281,8 +5281,8 @@ dependencies = [ "thiserror 1.0.68", "tokio", "tokio-util", - "tower", - "tower-http", + "tower 0.4.13", + "tower-http 0.4.4", "tracing 0.1.41", ] @@ -6329,7 +6329,7 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" dependencies = [ - "proc-macro-crate 1.3.1", + "proc-macro-crate 3.2.0", "proc-macro2 1.0.92", "quote 1.0.37", "syn 2.0.90", @@ -7396,7 +7396,7 @@ checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" dependencies = [ "bytes 1.9.0", "heck 0.5.0", - "itertools 0.11.0", + "itertools 0.12.1", "log", "multimap", "once_cell", @@ -7429,7 +7429,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.12.1", "proc-macro2 1.0.92", "quote 1.0.37", "syn 2.0.90", @@ -7442,7 +7442,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e9552f850d5f0964a4e4d0bf306459ac29323ddfbae05e35a7c0d35cb0803cc5" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.13.0", "proc-macro2 1.0.92", "quote 1.0.37", "syn 2.0.90", @@ -9982,7 +9982,7 @@ dependencies = [ "tokio", "tokio-rustls 0.25.0", "tokio-stream", - "tower", + "tower 0.4.13", "tower-layer", "tower-service", "tracing 0.1.41", @@ -10013,7 +10013,7 @@ dependencies = [ "socket2 0.5.8", "tokio", "tokio-stream", - "tower", + "tower 0.4.13", "tower-layer", "tower-service", "tracing 0.1.41", @@ -10065,13 +10065,31 @@ dependencies = [ "tracing 0.1.41", ] +[[package]] +name = "tower" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "36b837f86b25d7c0d7988f00a54e74739be6477f2aac6201b8f429a7569991b7" +dependencies = [ + "futures-core", + "futures-util", + "indexmap 2.7.0", + "pin-project-lite", + "slab", + "sync_wrapper 0.1.2", + "tokio", + "tokio-util", + "tower-layer", + "tower-service", + "tracing 0.1.41", +] + [[package]] name = "tower-http" version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140" dependencies = [ - "async-compression", "base64 0.21.7", "bitflags 2.4.1", "bytes 1.9.0", @@ -10082,6 +10100,25 @@ dependencies = [ "http-range-header", "mime", "pin-project-lite", + "tower-layer", + "tower-service", + "tracing 0.1.41", +] + +[[package]] +name = "tower-http" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" +dependencies = [ + "async-compression", + "bitflags 2.4.1", + "bytes 1.9.0", + "futures-core", + "http 1.1.0", + "http-body 1.0.0", + "http-body-util", + "pin-project-lite", "tokio", "tokio-util", "tower-layer", @@ -10091,15 +10128,15 @@ dependencies = [ [[package]] name = "tower-layer" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" +checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" [[package]] name = "tower-service" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" +checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tower-test" @@ -10871,8 +10908,8 @@ dependencies = [ "toml", "tonic 0.11.0", "tonic-build 0.11.0", - "tower", - "tower-http", + "tower 0.5.0", + "tower-http 0.5.2", "tower-test", "tracing 0.1.41", "tracing-core 0.1.33", @@ -11157,7 +11194,7 @@ dependencies = [ "rand_distr", "tokio", "tokio-util", - "tower", + "tower 0.5.0", "tracing 0.1.41", "twox-hash", "vector-common", diff --git a/Cargo.toml b/Cargo.toml index 454f8d75c5510..33f51fa410454 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -243,8 +243,8 @@ azure_storage_blobs = { version = "0.17", default-features = false, optional = t opendal = { version = "0.45", default-features = false, features = ["native-tls", "services-webhdfs"], optional = true } # Tower -tower = { version = "0.4.13", default-features = false, features = ["buffer", "limit", "retry", "timeout", "util", "balance", "discover"] } -tower-http = { version = "0.4.4", default-features = false, features = ["compression-full", "decompression-gzip", "trace"] } +tower = { version = "0.5.0", default-features = false, features = ["buffer", "limit", "retry", "timeout", "util", "balance", "discover"] } +tower-http = { version = "0.5.2", default-features = false, features = ["compression-full", "decompression-gzip", "trace"] } # Serde serde.workspace = true serde-toml-merge = { version = "0.3.8", default-features = false } diff --git a/lib/vector-stream/Cargo.toml b/lib/vector-stream/Cargo.toml index fbf4dc66cf896..39765752e4cf3 100644 --- a/lib/vector-stream/Cargo.toml +++ b/lib/vector-stream/Cargo.toml @@ -12,7 +12,7 @@ futures-util = { version = "0.3.29", default-features = false, features = ["std" pin-project.workspace = true tokio = { version = "1.41.1", default-features = false, features = ["net"] } tokio-util = { version = "0.7.0", default-features = false, features = ["time"] } -tower = { version = "0.4", default-features = false, features = ["util"] } +tower = { version = "0.5", default-features = false, features = ["util"] } tracing = { version = "0.1.34", default-features = false } twox-hash = { version = "2.0.1", default-features = false, features = ["xxhash64"] } vector-common = { path = "../vector-common" }