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.8 to 0.5.9 (#498)

Bumps [axum](https://github.com/tokio-rs/axum) from 0.5.8 to 0.5.9.
- [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.8...axum-v0.5.9)

---
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
9f977b38 50dcfbb1

+4 -4
+4 -4
Cargo.lock
··· 168 168 169 169 [[package]] 170 170 name = "axum" 171 - version = "0.5.8" 171 + version = "0.5.9" 172 172 source = "registry+https://github.com/rust-lang/crates.io-index" 173 - checksum = "8b4d4f9a5ca8b1ab8de59e663e68c6207059239373ca72980f5be7ab81231f74" 173 + checksum = "33d590cacd53140ff87cc2e192eb22fc3dc23c5b3f93b0d4f020677f98e8c629" 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 = "4f4a22e494aab08f7fb9e9b462e49e4c1637dd9a4bfa4250e9addfdbafc1a022" 220 220 dependencies = [ 221 - "axum 0.5.8", 221 + "axum 0.5.9", 222 222 "bytes", 223 223 "http", 224 224 "mime", ··· 3199 3199 name = "xesite" 3200 3200 version = "2.4.0" 3201 3201 dependencies = [ 3202 - "axum 0.5.8", 3202 + "axum 0.5.9", 3203 3203 "axum-extra", 3204 3204 "axum-macros", 3205 3205 "cfcache",