Skip to content

Commit

Permalink
⬆️ Update axum requirement from 0.6 to 0.7 (#8)
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.0...axum-v0.6.20)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 8d1d25a commit 7102903
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 @@ -22,7 +22,7 @@ readme = "README.md"
cfg-if = "1.0"
dirs = "5.0"
faccess = "0.2.4"
axum = { version = "0.6", features=["headers"] }
axum = { version = "0.7", features=["headers"] }
async-trait = "0.1"
futures = "0.3"
hyper = { version = "1.0", features = ["client"]}
Expand Down

0 comments on commit 7102903

Please sign in to comment.