aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-10 09:16:00 -0500
committerGitHub <noreply@github.com>2023-01-10 09:16:00 -0500
commit3ed48b5a31881534f8b123e9abc25bebd7f0857a (patch)
tree6c447f4fff9727bc549f8d39cdbaeb1925133821
parent4ab4dad5aa34622649fa15e65f67de10efa3f36f (diff)
downloadxesite-3ed48b5a31881534f8b123e9abc25bebd7f0857a.tar.xz
xesite-3ed48b5a31881534f8b123e9abc25bebd7f0857a.zip
build(deps): bump axum-macros from 0.3.0 to 0.3.1 (#590)
Bumps [axum-macros](https://github.com/tokio-rs/axum) from 0.3.0 to 0.3.1. - [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.0...axum-macros-v0.3.1) --- updated-dependencies: - dependency-name: axum-macros dependency-type: direct:production update-type: version-update:semver-patch ... 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
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bcc01ed..e175f47 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -221,9 +221,9 @@ dependencies = [
[[package]]
name = "axum-macros"
-version = "0.3.0"
+version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e4df0fc33ada14a338b799002f7e8657711422b25d4e16afb032708d6b185621"
+checksum = "cc7d7c3e69f305217e317a28172aab29f275667f2e1c15b87451e134fe27c7b1"
dependencies = [
"heck",
"proc-macro2",