Skip to content
Snippets Groups Projects
Unverified Commit b44413db authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

build(deps): update axum requirement from 0.7 to 0.8

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: default avatardependabot[bot] <support@github.com>
parent 3187a95e
Branches dependabot/cargo/axum-0.8
Tags
No related merge requests found
...@@ -3,7 +3,7 @@ name = "axum-example" ...@@ -3,7 +3,7 @@ name = "axum-example"
edition = "2021" edition = "2021"
[dependencies] [dependencies]
axum = "0.7" axum = "0.8"
tokio = "1" tokio = "1"
[target.'cfg(target_os = "hermit")'.dependencies] [target.'cfg(target_os = "hermit")'.dependencies]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment