Skip to content

Commit

Permalink
build(deps): bump axum-server from 0.5.1 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [axum-server](https://github.com/programatik29/axum-server) from 0.5.1 to 0.6.0.
- [Release notes](https://github.com/programatik29/axum-server/releases)
- [Changelog](https://github.com/programatik29/axum-server/blob/master/CHANGELOG.md)
- [Commits](programatik29/axum-server@v0.5.1...v0.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 19, 2024
1 parent 5427ea1 commit 2648f06
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 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 boardswarm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ tokio-gpiod = "0.2.3"
rockusb = "0.1.3"
jwt-authorizer = { version = "0.12", features = [ "tonic" ] }
axum = "0.7.4"
axum-server = { version = "0.5.1", features = ["tls-rustls"] }
axum-server = { version = "0.6.0", features = ["tls-rustls"] }

0 comments on commit 2648f06

Please sign in to comment.