From dd08b2d47c62b120706498293bb7604e01b706e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 23:02:06 +0000 Subject: [PATCH] chore(deps): bump tower-http from 0.5.2 to 0.6.6 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.5.2 to 0.6.6. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.5.2...tower-http-0.6.6) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- code-exec-server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 489680c..3454695 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17647,15 +17647,14 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.5.2" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" +checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" dependencies = [ "bitflags 2.9.0", "bytes", "http 1.3.1", "http-body 1.0.1", - "http-body-util", "pin-project-lite", "tower-layer", "tower-service", diff --git a/code-exec-server/Cargo.toml b/code-exec-server/Cargo.toml index dc98e46..401a23e 100644 --- a/code-exec-server/Cargo.toml +++ b/code-exec-server/Cargo.toml @@ -14,7 +14,7 @@ serde_json = "1.0" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } tower = { version = "0.4", features = ["util"] } -tower-http = { version = "0.5", features = ["trace", "cors"] } +tower-http = { version = "0.6", features = ["trace", "cors"] } clap = { version = "4.0", features = ["derive"] } anyhow = "1.0" thiserror = "1.0"