From 3dea90000a5359154a977e4b20399e43eba88c4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:54:41 +0000 Subject: [PATCH] editoast: bump tower from 0.5.1 to 0.5.2 in /editoast Bumps [tower](/~https://github.com/tower-rs/tower) from 0.5.1 to 0.5.2. - [Release notes](/~https://github.com/tower-rs/tower/releases) - [Commits](/~https://github.com/tower-rs/tower/compare/tower-0.5.1...tower-0.5.2) --- updated-dependencies: - dependency-name: tower dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- editoast/Cargo.lock | 16 ++++++++-------- editoast/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/editoast/Cargo.lock b/editoast/Cargo.lock index ed65cbb6405..a541ef24331 100644 --- a/editoast/Cargo.lock +++ b/editoast/Cargo.lock @@ -504,7 +504,7 @@ dependencies = [ "serde_urlencoded", "sync_wrapper 1.0.1", "tokio", - "tower 0.5.1", + "tower 0.5.2", "tower-layer", "tower-service", "tracing", @@ -548,7 +548,7 @@ dependencies = [ "mime", "pin-project-lite", "serde", - "tower 0.5.1", + "tower 0.5.2", "tower-layer", "tower-service", ] @@ -589,7 +589,7 @@ dependencies = [ "serde_urlencoded", "smallvec", "tokio", - "tower 0.5.1", + "tower 0.5.2", "url", ] @@ -605,7 +605,7 @@ dependencies = [ "http 1.2.0", "opentelemetry", "pin-project-lite", - "tower 0.5.1", + "tower 0.5.2", "tracing", "tracing-opentelemetry", "tracing-opentelemetry-instrumentation-sdk", @@ -1387,7 +1387,7 @@ dependencies = [ "thiserror 2.0.7", "tokio", "tokio-util", - "tower 0.5.1", + "tower 0.5.2", "tower-http", "tracing", "tracing-opentelemetry", @@ -4863,14 +4863,14 @@ dependencies = [ [[package]] name = "tower" -version = "0.5.1" +version = "0.5.2" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f" +checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" dependencies = [ "futures-core", "futures-util", "pin-project-lite", - "sync_wrapper 0.1.2", + "sync_wrapper 1.0.1", "tokio", "tower-layer", "tower-service", diff --git a/editoast/Cargo.toml b/editoast/Cargo.toml index 6f5ca2a4a01..5e201796d92 100644 --- a/editoast/Cargo.toml +++ b/editoast/Cargo.toml @@ -171,7 +171,7 @@ strum.workspace = true thiserror.workspace = true tokio.workspace = true tokio-util = { version = "0.7.13", features = ["io", "tracing"] } -tower = "0.5.1" +tower = "0.5.2" tower-http = { version = "0.6.2", features = [ "cors", "fs",