Skip to content

Commit

Permalink
fix: update axum requirement from 0.6.20 to 0.7.3
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 435ae28 commit 580c1d4
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 @@ -35,7 +35,7 @@ shuttle-runtime = { version = "0.31.0", features = ["next", "tracing-subscriber"
shuttle-axum = { version = "0.31.0" }
shuttle-secrets = { version = "0.34.0" }
tokio = { version = "1.33.0", features = ["full"] }
axum = { version = "0.6.20" }
axum = { version = "0.7.3" }
dioxus-fullstack = { version = "0.4", features = ["ssr", "axum", "router"] }
dioxus-router = { version = "0.4", features = ["ssr"] }

Expand Down

0 comments on commit 580c1d4

Please sign in to comment.