Skip to content

Commit

Permalink
Update axum requirement from 0.6.0 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.0...axum-v0.7.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent 35fda1c commit d536d0d
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 @@ -38,6 +38,6 @@ features = [

[dev-dependencies]
assert_matches = "1.5.0"
axum = "0.6.0"
axum = "0.7.1"
metrics-exporter-prometheus = "0.12.0"
tokio = { version = "1.20.1", features = ["full"] }

0 comments on commit d536d0d

Please sign in to comment.