From 40cdd22b49b497f472fdad2b07f1ad555b5f26be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 04:36:42 +0000 Subject: [PATCH] chore(deps): Bump the tower group with 2 updates Bumps the tower group with 2 updates: [tower](https://github.com/tower-rs/tower) and [tower-http](https://github.com/tower-rs/tower-http). 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) --- 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 ... Signed-off-by: dependabot[bot] --- Cargo.lock | 59 +++++++++++++++++++++++++++++------- Cargo.toml | 4 +-- lib/vector-stream/Cargo.toml | 2 +- 3 files changed, 51 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f65a8bdf3fedb..7029d58b5076e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1328,7 +1328,7 @@ dependencies = [ "serde", "sync_wrapper 0.1.2", "tokio", - "tower", + "tower 0.4.13", "tower-layer", "tower-service", ] @@ -1355,7 +1355,7 @@ dependencies = [ "rustversion", "serde", "sync_wrapper 1.0.1", - "tower", + "tower 0.4.13", "tower-layer", "tower-service", ] @@ -3938,7 +3938,7 @@ dependencies = [ "tokio-stream", "tonic 0.11.0", "tonic-build 0.9.2", - "tower", + "tower 0.4.13", ] [[package]] @@ -5114,8 +5114,8 @@ dependencies = [ "thiserror", "tokio", "tokio-util", - "tower", - "tower-http", + "tower 0.4.13", + "tower-http 0.4.4", "tracing 0.1.40", ] @@ -9793,7 +9793,7 @@ dependencies = [ "tokio", "tokio-rustls 0.25.0", "tokio-stream", - "tower", + "tower 0.4.13", "tower-layer", "tower-service", "tracing 0.1.40", @@ -9824,7 +9824,7 @@ dependencies = [ "socket2 0.5.7", "tokio", "tokio-stream", - "tower", + "tower 0.4.13", "tower-layer", "tower-service", "tracing 0.1.40", @@ -9876,13 +9876,31 @@ dependencies = [ "tracing 0.1.40", ] +[[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.6.0", + "pin-project-lite", + "slab", + "sync_wrapper 0.1.2", + "tokio", + "tokio-util", + "tower-layer", + "tower-service", + "tracing 0.1.40", +] + [[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.7.2", @@ -9893,6 +9911,25 @@ dependencies = [ "http-range-header", "mime", "pin-project-lite", + "tower-layer", + "tower-service", + "tracing 0.1.40", +] + +[[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.7.2", + "futures-core", + "http 1.1.0", + "http-body 1.0.0", + "http-body-util", + "pin-project-lite", "tokio", "tokio-util", "tower-layer", @@ -10650,8 +10687,8 @@ dependencies = [ "toml 0.8.19", "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.40", "tracing-core 0.1.32", @@ -10950,7 +10987,7 @@ dependencies = [ "rand_distr", "tokio", "tokio-util", - "tower", + "tower 0.5.0", "tracing 0.1.40", "twox-hash", "vector-common", diff --git a/Cargo.toml b/Cargo.toml index 4a69b3a7150f9..8fe5414925c45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -230,8 +230,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 3e0b2ac3ea686..7102b9faac9f3 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.40.0", 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 = "1.6.3", default-features = false } vector-common = { path = "../vector-common" }