aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-22 20:45:59 -0500
committerGitHub <noreply@github.com>2023-02-22 20:45:59 -0500
commit0a69334f158be815b8954ccb38ce6accb3be9472 (patch)
treeb8d68613a77dd75c0fe828d6add3cf0a109d0ea9 /Cargo.lock
parenta29877c2b5a178fa105d02ebe34b3ae973a5cdd4 (diff)
downloadxesite-0a69334f158be815b8954ccb38ce6accb3be9472.tar.xz
xesite-0a69334f158be815b8954ccb38ce6accb3be9472.zip
build(deps): bump axum-macros from 0.3.2 to 0.3.4 (#607)
Bumps [axum-macros](https://github.com/tokio-rs/axum) from 0.3.2 to 0.3.4. - [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.2...axum-macros-v0.3.4) --- 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>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 827ab8a..d769e76 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -221,9 +221,9 @@ dependencies = [
[[package]]
name = "axum-macros"
-version = "0.3.2"
+version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9dbcf61bed07d554bd5c225cd07bc41b793eab63e79c6f0ceac7e1aed2f1c670"
+checksum = "5fbf955307ff8addb48d2399393c9e2740dd491537ec562b66ab364fc4a38841"
dependencies = [
"heck",
"proc-macro2",