Skip to content

Commit

Permalink
Update axum requirement from 0.6.20 to 0.7.3 in /zino
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.20...axum-v0.7.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 3, 2024
1 parent 50cb615 commit 3253044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zino/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ version = "0.1.77"
optional = true

[dependencies.axum]
version = "0.6.20"
version = "0.7.3"
optional = true
default-features = false
features = [
Expand Down

0 comments on commit 3253044

Please sign in to comment.