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.2 to 0.6.3 (#595)

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

---
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
b764de86 295a2f99

+4 -4
+4 -4
Cargo.lock
··· 151 151 152 152 [[package]] 153 153 name = "axum" 154 - version = "0.6.2" 154 + version = "0.6.3" 155 155 source = "registry+https://github.com/rust-lang/crates.io-index" 156 - checksum = "1304eab461cf02bd70b083ed8273388f9724c549b316ba3d1e213ce0e9e7fb7e" 156 + checksum = "678c5130a507ae3a7c797f9a17393c14849300b8440eac47cdb90a5bdcb3a543" 157 157 dependencies = [ 158 158 "async-trait", 159 159 "axum-core", ··· 185 185 186 186 [[package]] 187 187 name = "axum-core" 188 - version = "0.3.1" 188 + version = "0.3.2" 189 189 source = "registry+https://github.com/rust-lang/crates.io-index" 190 - checksum = "f487e40dc9daee24d8a1779df88522f159a54a980f99cfbe43db0be0bd3444a8" 190 + checksum = "1cae3e661676ffbacb30f1a824089a8c9150e71017f7e1e38f2aa32009188d34" 191 191 dependencies = [ 192 192 "async-trait", 193 193 "bytes",