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 reqwest from 0.11.10 to 0.11.11 (#491)

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.10 to 0.11.11.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.10...v0.11.11)

---
updated-dependencies:
- dependency-name: reqwest
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
cea1e230 3a592f99

+3 -2
+3 -2
Cargo.lock
··· 2134 2134 2135 2135 [[package]] 2136 2136 name = "reqwest" 2137 - version = "0.11.10" 2137 + version = "0.11.11" 2138 2138 source = "registry+https://github.com/rust-lang/crates.io-index" 2139 - checksum = "46a1f7aa4f35e5e8b4160449f51afc758f0ce6454315a9fa7d0d113e958c41eb" 2139 + checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92" 2140 2140 dependencies = [ 2141 2141 "base64", 2142 2142 "bytes", ··· 2161 2161 "serde_urlencoded", 2162 2162 "tokio", 2163 2163 "tokio-native-tls", 2164 + "tower-service", 2164 2165 "url", 2165 2166 "wasm-bindgen", 2166 2167 "wasm-bindgen-futures",