Skip to content

Commit

Permalink
Bump axum-macros from 0.4.2 to 0.5.0
Browse files Browse the repository at this point in the history
Bumps [axum-macros](https://github.com/tokio-rs/axum) from 0.4.2 to 0.5.0.
- [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-macros-v0.4.2...axum-macros-v0.5.0)

---
updated-dependencies:
- dependency-name: axum-macros
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent c9fd906 commit ac3bf36
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rusqlite = { version = "0.32.1", features = ["bundled", "serde_json"] }
tower = { version = "0.5", features = ["util"] }
tower-http = { version = "0.6.2", features = ["fs", "normalize-path"] }
axum = { version = "0.7", features = ["macros"] }
axum-macros = "0.4.1"
axum-macros = "0.5.0"
http-body-util = "0.1.2"
percent-encoding = "2.3.1"
mime_guess = "2.0"
Expand Down

0 comments on commit ac3bf36

Please sign in to comment.