Skip to content

Commit

Permalink
build(deps): update axum requirement from 0.6.20 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.20...axum-v0.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent b74aa0c commit 3e060da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wtransport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ wtransport-proto = { version = "0.1.8", path = "../wtransport-proto", features =

[dev-dependencies]
anyhow = "1.0.71"
axum = "0.6.20"
axum = "0.7.1"
base64 = "0.21.0"
hyper = "0.14.27"
pathsearch = "0.2.0"
Expand Down

0 comments on commit 3e060da

Please sign in to comment.