Skip to content

Commit

Permalink
Update tower-http requirement from 0.5.2 to 0.6.1
Browse files Browse the repository at this point in the history
Updates the requirements on [tower-http](https://github.com/tower-rs/tower-http) to permit the latest version.
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](tower-rs/tower-http@tower-http-0.5.2...tower-http-0.6.1)

---
updated-dependencies:
- dependency-name: tower-http
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 8b7475f commit e65ea4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ tokio = { version = "1.38.0", features = ["macros", "parking_lot", "rt-multi-thr
tracing = { version = "0.1.40", features = ["async-await", "log"] }
tracing-subscriber = { version = "0.3.18", features = ["local-time", "parking_lot", "time"] }
tower = { version = "0.4.13", features = ["timeout", "tokio"] }
tower-http = { version = "0.5.2", features = ["fs", "normalize-path", "timeout", "tokio"] }
tower-http = { version = "0.6.1", features = ["fs", "normalize-path", "timeout", "tokio"] }
tower-sessions = { version = "0.12.2", features = ["axum-core", "private"] }
tower-sessions-moka-store = "0.13.0"
tower-sessions-redis-store = "0.13.0"
Expand Down

0 comments on commit e65ea4c

Please sign in to comment.