Skip to content

Commit

Permalink
chore(deps): Update axum requirement from 0.7 to 0.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](https://github.com/tokio-rs/axum/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 6739e43 commit 2ed8290
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 @@ -60,7 +60,7 @@ unicase = "2.6"
assert-json-diff = "2.0.2"
async-std = "1.12"
anyhow = "1.0"
axum = "0.7"
axum = "0.8"
clap = { version = "4.0", features = ["derive"] }
rstest = "0.24.0"
docker_credential = "1.0"
Expand Down

0 comments on commit 2ed8290

Please sign in to comment.