From ef8717848c7cd29a34c7e4d83b957673fa343f1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 11:00:30 +0000 Subject: chore(deps): bump tower-http from 0.5.2 to 0.6.2 (#2641) Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.5.2 to 0.6.2. - [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.2) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 5 ++--- crates/atuin-server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8827fd3c..d7adaff1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4905,15 +4905,14 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.5.2" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" +checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697" 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/crates/atuin-server/Cargo.toml b/crates/atuin-server/Cargo.toml index 6518af9f..95e3f63b 100644 --- a/crates/atuin-server/Cargo.toml +++ b/crates/atuin-server/Cargo.toml @@ -27,7 +27,7 @@ axum = "0.7" axum-server = { version = "0.7", features = ["tls-rustls-no-provider"] } fs-err = { workspace = true } tower = { workspace = true } -tower-http = { version = "0.5", features = ["trace"] } +tower-http = { version = "0.6", features = ["trace"] } reqwest = { workspace = true } rustls = { version = "0.23", features = ["ring"], default-features = false } argon2 = "0.5" -- cgit v1.3.1