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 tower-http from 0.4.3 to 0.4.4 (#712)

Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.4.3 to 0.4.4.
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.4.3...tower-http-0.4.4)

---
updated-dependencies:
- dependency-name: tower-http
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
ec1fbc21 7c00e13a

+2 -2
+2 -2
Cargo.lock
··· 3030 3030 3031 3031 [[package]] 3032 3032 name = "tower-http" 3033 - version = "0.4.3" 3033 + version = "0.4.4" 3034 3034 source = "registry+https://github.com/rust-lang/crates.io-index" 3035 - checksum = "55ae70283aba8d2a8b411c695c437fe25b8b5e44e23e780662002fc72fb47a82" 3035 + checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140" 3036 3036 dependencies = [ 3037 3037 "async-compression", 3038 3038 "base64 0.21.0",