Bump axum-macros from 0.3.8 to 0.4.0
Bumps [axum-macros](https://github.com/tokio-rs/axum) from 0.3.8 to 0.4.0.
- [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.8...axum-macros-v0.4.0)
---
updated-dependencies:
- dependency-name: axum-macros
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diff
Cargo.lock | 16 +++++++++++++++-
Cargo.toml | 2 +-
2 files changed, 15 insertions(+), 3 deletions(-)
@@ -173,7 +173,7 @@
dependencies = [
"async-trait",
"axum-core",
"axum-macros",
"axum-macros 0.3.8",
"bitflags 1.3.2",
"bytes",
"futures-util",
@@ -229,6 +229,18 @@
]
[[package]]
name = "axum-macros"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a2edad600410b905404c594e2523549f1bcd4bded1e252c8f74524ccce0b867"
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "backtrace"
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1706,7 +1718,7 @@
"anyhow",
"askama",
"axum",
"axum-macros",
"axum-macros 0.4.0",
"bat",
"bincode",
"bytes",
@@ -12,7 +12,7 @@
askama = "0.12.0"
anyhow = "1.0"
axum = { version = "0.6.19", features = ["headers", "macros"] }
axum-macros = "0.3.7"
axum-macros = "0.4.0"
bat = { version = "0.24.0", default-features = false, features = ["build-assets"] }
bytes = "1.5"
bincode = "1.3"