Skip to content

Commit

Permalink
chore(deps): 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 c697f4d commit fb233ca
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 @@ -8,7 +8,7 @@ publish = ["famedly"]


[dependencies]
axum = { version = "0.6.1", features = ["headers"] }
axum = { version = "0.7.1", features = ["headers"] }
bytes = "1.1.0"
futures = "0.3.21"
opentelemetry = { version = "0.18.0", features = ["metrics", "rt-tokio"] }
Expand Down

0 comments on commit fb233ca

Please sign in to comment.