Skip to content

Commit

Permalink
Update axum requirement from 0.6.1 to 0.7.1
Browse files Browse the repository at this point in the history
Updates the requirements on [axum](https://github.com/tokio-rs/axum) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.6.1...axum-v0.6.20)

---
updated-dependencies:
- dependency-name: axum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 45ab67c commit e3e1c07
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 @@ -27,7 +27,7 @@ mockito = "1.0.2"
csv = "1.1"
log = "0.4"
env_logger = "0.10.0"
axum = { version = "0.6.1", features = ["headers", "macros"] }
axum = { version = "0.7.1", features = ["headers", "macros"] }
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
tower-http = { version = "0.5.0", features = ["cors"] }
utoipa = { version = "3.3.0", features = ["axum_extras"] }
Expand Down

0 comments on commit e3e1c07

Please sign in to comment.