diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-13 08:44:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-13 08:44:59 +0100 |
| commit | 8c0103dfff86e4c5afef611a1ce9696adc07029e (patch) | |
| tree | 955a1c889c762b9875a71b11a8740f392231460e /atuin-server | |
| parent | Bump debian from bullseye-20230814-slim to bullseye-20230904-slim (#1213) (diff) | |
| download | atuin-8c0103dfff86e4c5afef611a1ce9696adc07029e.zip | |
Bump tower-http from 0.3.5 to 0.4.4 (#1210)
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.3.5 to 0.4.4.
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.3.5...tower-http-0.4.4)
---
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 'atuin-server')
| -rw-r--r-- | atuin-server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 1b9ad859..c1b59f45 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -29,7 +29,7 @@ axum = "0.6.4" http = "0.2" fs-err = { workspace = true } tower = "0.4" -tower-http = { version = "0.3", features = ["trace"] } +tower-http = { version = "0.4", features = ["trace"] } reqwest = { workspace = true } argon2 = "0.5.0" semver = { workspace = true } |
