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.6.3 to 0.6.4 (#600)

Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.3 to 0.6.4.
- [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.6.3...axum-v0.6.4)

---
updated-dependencies:
- dependency-name: axum
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

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
251efbde 2e708ece

+2 -2
+2 -2
Cargo.lock
··· 151 151 152 152 [[package]] 153 153 name = "axum" 154 - version = "0.6.3" 154 + version = "0.6.4" 155 155 source = "registry+https://github.com/rust-lang/crates.io-index" 156 - checksum = "678c5130a507ae3a7c797f9a17393c14849300b8440eac47cdb90a5bdcb3a543" 156 + checksum = "e5694b64066a2459918d8074c2ce0d5a88f409431994c2356617c8ae0c4721fc" 157 157 dependencies = [ 158 158 "async-trait", 159 159 "axum-core",