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.18 to 0.11.20 (#707)

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.18 to 0.11.20.
- [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.18...v0.11.20)

---
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
4ab386f9 02c007ae

+6 -5
+6 -5
Cargo.lock
··· 2362 2362 2363 2363 [[package]] 2364 2364 name = "reqwest" 2365 - version = "0.11.18" 2365 + version = "0.11.20" 2366 2366 source = "registry+https://github.com/rust-lang/crates.io-index" 2367 - checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" 2367 + checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" 2368 2368 dependencies = [ 2369 2369 "base64 0.21.0", 2370 2370 "bytes", ··· 3604 3604 3605 3605 [[package]] 3606 3606 name = "winreg" 3607 - version = "0.10.1" 3607 + version = "0.50.0" 3608 3608 source = "registry+https://github.com/rust-lang/crates.io-index" 3609 - checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 3609 + checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 3610 3610 dependencies = [ 3611 - "winapi", 3611 + "cfg-if", 3612 + "windows-sys 0.48.0", 3612 3613 ] 3613 3614 3614 3615 [[package]]