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-extra from 0.3.4 to 0.3.5 (#503)

Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.3.4 to 0.3.5.
- [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-extra-v0.3.4...axum-extra-v0.3.5)

---
updated-dependencies:
- dependency-name: axum-extra
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
70b2cc54 b5b804e0

+3 -2
+3 -2
Cargo.lock
··· 214 214 215 215 [[package]] 216 216 name = "axum-extra" 217 - version = "0.3.4" 217 + version = "0.3.5" 218 218 source = "registry+https://github.com/rust-lang/crates.io-index" 219 - checksum = "4f4a22e494aab08f7fb9e9b462e49e4c1637dd9a4bfa4250e9addfdbafc1a022" 219 + checksum = "67512287c1ae2a58c3b8f86f99f53ae79e33e2015c1560f506c1d2951868dd7a" 220 220 dependencies = [ 221 221 "axum 0.5.10", 222 222 "bytes", 223 + "futures-util", 223 224 "http", 224 225 "mime", 225 226 "pin-project-lite",