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.9 to 0.5.10 (#504)

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

---
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
b5b804e0 7828552c

+4 -4
+4 -4
Cargo.lock
··· 168 168 169 169 [[package]] 170 170 name = "axum" 171 - version = "0.5.9" 171 + version = "0.5.10" 172 172 source = "registry+https://github.com/rust-lang/crates.io-index" 173 - checksum = "33d590cacd53140ff87cc2e192eb22fc3dc23c5b3f93b0d4f020677f98e8c629" 173 + checksum = "db018aeacdb84550c2c6c5a1c1f553f2a330294222f45c1dbe24f0b3d2320c01" 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.9", 221 + "axum 0.5.10", 222 222 "bytes", 223 223 "http", 224 224 "mime", ··· 3210 3210 name = "xesite" 3211 3211 version = "2.4.0" 3212 3212 dependencies = [ 3213 - "axum 0.5.9", 3213 + "axum 0.5.10", 3214 3214 "axum-extra", 3215 3215 "axum-macros", 3216 3216 "cfcache",