Skip to content

Commit

Permalink
Update tower-http requirement from 0.4.4 to 0.5.2
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.4.4...tower-http-0.5.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
1 parent 3013d28 commit 7040a2b
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 @@ -35,7 +35,7 @@ daemonize = "0.5.0"
sysinfo = { version = "0.30.7", default-features = false }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
tower-http = { version = "0.4.4", default-features = false, features = ["trace"]}
tower-http = { version = "0.5.2", default-features = false, features = ["trace"]}

[features]
default = ["mimalloc"]
Expand Down

0 comments on commit 7040a2b

Please sign in to comment.