aboutsummaryrefslogtreecommitdiffstats
path: root/crates
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 /crates
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 'crates')
-rw-r--r--crates/atuin-server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"