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 from 0.5.12 to 0.5.13 (#517)

Bumps [axum](https://github.com/tokio-rs/axum) from 0.5.12 to 0.5.13.
- [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-v0.5.12...axum-v0.5.13)

---
updated-dependencies:
- dependency-name: axum
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>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
d7b817b2 08ccd408

+4 -4
+4 -4
Cargo.lock
··· 168 168 169 169 [[package]] 170 170 name = "axum" 171 - version = "0.5.12" 171 + version = "0.5.13" 172 172 source = "registry+https://github.com/rust-lang/crates.io-index" 173 - checksum = "d16705af05732b7d3258ec0f7b73c03a658a28925e050d8852d5b568ee8bcf4e" 173 + checksum = "6b9496f0c1d1afb7a2af4338bbe1d969cddfead41d87a9fb3aaa6d0bbc7af648" 174 174 dependencies = [ 175 175 "async-trait", 176 176 "axum-core", ··· 218 218 source = "registry+https://github.com/rust-lang/crates.io-index" 219 219 checksum = "277c75e6c814b061ae4947d02335d9659db9771b9950cca670002ae986372f44" 220 220 dependencies = [ 221 - "axum 0.5.12", 221 + "axum 0.5.13", 222 222 "bytes", 223 223 "futures-util", 224 224 "http", ··· 3212 3212 name = "xesite" 3213 3213 version = "2.4.0" 3214 3214 dependencies = [ 3215 - "axum 0.5.12", 3215 + "axum 0.5.13", 3216 3216 "axum-extra", 3217 3217 "axum-macros", 3218 3218 "cfcache",