The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(deps): bump axum-macros from 0.3.1 to 0.3.2 (#599)

Bumps [axum-macros](https://github.com/tokio-rs/axum) from 0.3.1 to 0.3.2.
- [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.1...axum-macros-v0.3.2)

---
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>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
2e708ece 1f0453bf

+2 -2
+2 -2
Cargo.lock
··· 221 221 222 222 [[package]] 223 223 name = "axum-macros" 224 - version = "0.3.1" 224 + version = "0.3.2" 225 225 source = "registry+https://github.com/rust-lang/crates.io-index" 226 - checksum = "cc7d7c3e69f305217e317a28172aab29f275667f2e1c15b87451e134fe27c7b1" 226 + checksum = "9dbcf61bed07d554bd5c225cd07bc41b793eab63e79c6f0ceac7e1aed2f1c670" 227 227 dependencies = [ 228 228 "heck", 229 229 "proc-macro2",