chore(deps): bump axum-macros from 0.3.7 to 0.3.8 (#1892)

Bumps [axum-macros](https://github.com/tokio-rs/axum) from 0.3.7 to 0.3.8.
- [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.3.7...axum-macros-v0.3.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-23 21:30:20 +00:00 committed by GitHub
parent b4bd1b2ba0
commit 2a65bc11a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -509,9 +509,9 @@ dependencies = [
[[package]]
name = "axum-macros"
version = "0.3.7"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bb524613be645939e280b7279f7b017f98cf7f5ef084ec374df373530e73277"
checksum = "cdca6a10ecad987bda04e95606ef85a5417dcaac1a78455242d72e031e2b6b62"
dependencies = [
"heck",
"proc-macro2",

View file

@ -17,7 +17,7 @@ async-trait = { workspace = true }
axum = { workspace=true }
axum-auth = "0.4.0"
axum-csp = { workspace = true }
axum-macros = "0.3.7"
axum-macros = "0.3.8"
axum-server = { version = "0.5.1", features = ["tls-openssl"] }
chrono = { workspace = true }
compact_jwt = { workspace = true }