aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-24 11:00:30 +0000
committerGitHub <noreply@github.com>2025-03-24 11:00:30 +0000
commitef8717848c7cd29a34c7e4d83b957673fa343f1e (patch)
treec6526df47063ddacfed4a59e15edbd4fa5069485 /Cargo.lock
parentfixes #1884: HISTFILE can be a directory or a file (#2630) (diff)
downloadatuin-ef8717848c7cd29a34c7e4d83b957673fa343f1e.zip
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 2 insertions, 3 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",