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

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
3fcb947f 21a6f98e

+3 -3
+2 -2
Cargo.lock
··· 218 218 219 219 [[package]] 220 220 name = "axum-macros" 221 - version = "0.2.3" 221 + version = "0.3.0" 222 222 source = "registry+https://github.com/rust-lang/crates.io-index" 223 - checksum = "6293dae2ec708e679da6736e857cf8532886ef258e92930f38279c12641628b8" 223 + checksum = "e4df0fc33ada14a338b799002f7e8657711422b25d4e16afb032708d6b185621" 224 224 dependencies = [ 225 225 "heck", 226 226 "proc-macro2",
+1 -1
Cargo.toml
··· 11 11 12 12 [dependencies] 13 13 axum = { version = "0.5", features = ["headers"] } 14 - axum-macros = "0.2" 14 + axum-macros = "0.3" 15 15 axum-extra = "0.3" 16 16 color-eyre = "0.6" 17 17 chrono = "0.4"