Skip to content

Commit

Permalink
Update axum requirement from 0.7.9 to 0.8.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](https://github.com/tokio-rs/axum/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent f619804 commit bb1600c
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,7 +38,7 @@ serde_json = "1.0.120"
jiff = { version = "0.1.4", features = ["serde"] }
tokio = { version = "1.37.0", features = ["macros", "test-util", "rt-multi-thread"] }
# Used in examples
axum = "0.7.9"
axum = "0.8.1"
svix = "1.42.0"
http-body-util = "0.1.2"
tokio-shared-rt = "0.1.0"

0 comments on commit bb1600c

Please sign in to comment.