Skip to content

Commit

Permalink
chore(deps): update axum requirement from 0.6.19 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.19...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 Dec 4, 2023
1 parent bffda89 commit e268b0d
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 @@ -10,7 +10,7 @@ resolver = "1"

[workspace.dependencies]
anyhow = "1.0.75"
axum = "0.6.19"
axum = "0.7.1"
dotenv = "0.15.0"
http = "0.2.11"
reqwest = "0.11.22"
Expand Down

0 comments on commit e268b0d

Please sign in to comment.