1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

build(deps): bump axum from 0.6.16 to 0.6.17

Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.16 to 0.6.17.
- [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/compare/axum-v0.6.16...axum-v0.6.17)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-04-25 14:40:30 +00:00
committed by Quentin Gliech
parent ed5c367df6
commit ddb7dc7409
6 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@ sentry = { version = "0.30.0", default-features = false }
hyper = { version = "0.14.26", features = ["full"] }
tower = "0.4.13"
tower-http = { version = "0.4.0", features = ["cors"] }
axum = "0.6.16"
axum = "0.6.17"
axum-macros = "0.3.7"
axum-extra = { version = "0.7.4", features = ["cookie-private"] }