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

Bump axum-macros from 0.2.1 to 0.2.2

Bumps [axum-macros](https://github.com/tokio-rs/axum) from 0.2.1 to 0.2.2.
- [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-macros-v0.2.1...axum-macros-v0.2.2)

---
updated-dependencies:
- dependency-name: axum-macros
  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-18 19:32:12 +00:00
committed by Quentin Gliech
parent 17c2e34ab8
commit b288b32011
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -534,9 +534,9 @@ dependencies = [
[[package]] [[package]]
name = "axum-macros" name = "axum-macros"
version = "0.2.1" version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dc20c9d065f7232b92740f99001addacef62697ed3a030369ef193140d7621c" checksum = "cae774e664fd50bf80c9a7132d64ff70be3232a192ff4ba5619c3f72b9b4711f"
dependencies = [ dependencies = [
"heck 0.4.0", "heck 0.4.0",
"proc-macro2", "proc-macro2",

View File

@ -21,7 +21,7 @@ hyper = { version = "0.14.18", features = ["full"] }
tower = "0.4.12" tower = "0.4.12"
tower-http = { version = "0.3.3", features = ["cors"] } tower-http = { version = "0.3.3", features = ["cors"] }
axum = "0.5.6" axum = "0.5.6"
axum-macros = "0.2.1" axum-macros = "0.2.2"
axum-extra = { version = "0.3.2", features = ["cookie-private"] } axum-extra = { version = "0.3.2", features = ["cookie-private"] }
# Emails # Emails