aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-28 11:33:09 -0500
committerGitHub <noreply@github.com>2022-12-28 11:33:09 -0500
commit3fcb947f38c2ba80c6250f7c52c0df40db8db7d8 (patch)
tree0284e7cc1111f870f4bbe3e18502fd3424abbaa4
parent21a6f98ec920da88aa49f56766d5b1a66e974385 (diff)
downloadxesite-3fcb947f38c2ba80c6250f7c52c0df40db8db7d8.tar.xz
xesite-3fcb947f38c2ba80c6250f7c52c0df40db8db7d8.zip
build(deps): bump axum-macros from 0.2.3 to 0.3.0 (#575)
Bumps [axum-macros](https://github.com/tokio-rs/axum) from 0.2.3 to 0.3.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.2.3...axum-macros-v0.3.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 091b113..e00f29a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -218,9 +218,9 @@ dependencies = [
[[package]]
name = "axum-macros"
-version = "0.2.3"
+version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6293dae2ec708e679da6736e857cf8532886ef258e92930f38279c12641628b8"
+checksum = "e4df0fc33ada14a338b799002f7e8657711422b25d4e16afb032708d6b185621"
dependencies = [
"heck",
"proc-macro2",
diff --git a/Cargo.toml b/Cargo.toml
index c2c2dfe..bc55845 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ license = "zlib"
[dependencies]
axum = { version = "0.5", features = ["headers"] }
-axum-macros = "0.2"
+axum-macros = "0.3"
axum-extra = "0.3"
color-eyre = "0.6"
chrono = "0.4"