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.11 to 0.5.12 (#513)

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

---
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
8759f9d5 b36afa9d

+6 -6
+6 -6
Cargo.lock
··· 168 168 169 169 [[package]] 170 170 name = "axum" 171 - version = "0.5.11" 171 + version = "0.5.12" 172 172 source = "registry+https://github.com/rust-lang/crates.io-index" 173 - checksum = "c2cc6e8e8c993cb61a005fab8c1e5093a29199b7253b05a6883999312935c1ff" 173 + checksum = "d16705af05732b7d3258ec0f7b73c03a658a28925e050d8852d5b568ee8bcf4e" 174 174 dependencies = [ 175 175 "async-trait", 176 176 "axum-core", ··· 200 200 201 201 [[package]] 202 202 name = "axum-core" 203 - version = "0.2.6" 203 + version = "0.2.7" 204 204 source = "registry+https://github.com/rust-lang/crates.io-index" 205 - checksum = "cf4d047478b986f14a13edad31a009e2e05cb241f9805d0d75e4cba4e129ad4d" 205 + checksum = "e4f44a0e6200e9d11a1cdc989e4b358f6e3d354fbf48478f345a17f4e43f8635" 206 206 dependencies = [ 207 207 "async-trait", 208 208 "bytes", ··· 218 218 source = "registry+https://github.com/rust-lang/crates.io-index" 219 219 checksum = "277c75e6c814b061ae4947d02335d9659db9771b9950cca670002ae986372f44" 220 220 dependencies = [ 221 - "axum 0.5.11", 221 + "axum 0.5.12", 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.11", 3215 + "axum 0.5.12", 3216 3216 "axum-extra", 3217 3217 "axum-macros", 3218 3218 "cfcache",