diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-24 11:00:30 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-24 11:00:30 +0000 |
| commit | ef8717848c7cd29a34c7e4d83b957673fa343f1e (patch) | |
| tree | c6526df47063ddacfed4a59e15edbd4fa5069485 | |
| parent | fixes #1884: HISTFILE can be a directory or a file (#2630) (diff) | |
| download | atuin-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>
| -rw-r--r-- | Cargo.lock | 5 | ||||
| -rw-r--r-- | crates/atuin-server/Cargo.toml | 2 |
2 files changed, 3 insertions, 4 deletions
@@ -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" |
