1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Bump axum-extra from 0.3.2 to 0.3.3

Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.3.2 to 0.3.3.
- [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-extra-v0.3.2...axum-extra-v0.3.3)

---
updated-dependencies:
- dependency-name: axum-extra
  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]
2022-05-19 07:44:39 +00:00
committed by Quentin Gliech
parent 0fcecfa7fb
commit 8e731c49d9
3 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ tower = "0.4.12"
tower-http = { version = "0.3.3", features = ["cors"] }
axum = "0.5.6"
axum-macros = "0.2.2"
axum-extra = { version = "0.3.2", features = ["cookie-private"] }
axum-extra = { version = "0.3.3", features = ["cookie-private"] }
# Emails
lettre = { version = "0.10.0-rc.6", default-features = false, features = ["builder"] }