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.16 to 0.5.17

Bumps [axum](https://github.com/tokio-rs/axum) from 0.5.16 to 0.5.17.
- [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.16...axum-v0.5.17)

authored by

dependabot[bot] and committed by
Xe Iaso
f226e4b2 1b242483

+4 -4
+4 -4
Cargo.lock
··· 160 160 161 161 [[package]] 162 162 name = "axum" 163 - version = "0.5.16" 163 + version = "0.5.17" 164 164 source = "registry+https://github.com/rust-lang/crates.io-index" 165 - checksum = "c9e3356844c4d6a6d6467b8da2cffb4a2820be256f50a3a386c9d152bab31043" 165 + checksum = "acee9fd5073ab6b045a275b3e709c163dd36c90685219cb21804a147b58dba43" 166 166 dependencies = [ 167 167 "async-trait", 168 168 "axum-core", ··· 192 192 193 193 [[package]] 194 194 name = "axum-core" 195 - version = "0.2.8" 195 + version = "0.2.9" 196 196 source = "registry+https://github.com/rust-lang/crates.io-index" 197 - checksum = "d9f0c0a60006f2a293d82d571f635042a72edf927539b7685bd62d361963839b" 197 + checksum = "37e5939e02c56fecd5c017c37df4238c0a839fa76b7f97acdd7efb804fd181cc" 198 198 dependencies = [ 199 199 "async-trait", 200 200 "bytes",