diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-21 04:18:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-21 04:18:43 +0000 |
commit | 18a4f5b63aad7c1a7649626c3609138b3215ed08 (patch) | |
tree | 7596ef63d5055a2048a819ac20a09c7daad05d76 | |
parent | Merge pull request #672 from svenstaro/dependabot/cargo/futures-0.3.19 (diff) | |
download | miniserve-18a4f5b63aad7c1a7649626c3609138b3215ed08.tar.gz miniserve-18a4f5b63aad7c1a7649626c3609138b3215ed08.zip |
Bump reqwest from 0.11.7 to 0.11.8
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.7 to 0.11.8.
- [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.7...v0.11.8)
---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -181,7 +181,7 @@ dependencies = [ "log", "tokio-rustls 0.22.0", "tokio-util", - "webpki-roots", + "webpki-roots 0.21.1", ] [[package]] @@ -2014,9 +2014,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.7" +version = "0.11.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07bea77bc708afa10e59905c3d4af7c8fd43c9214251673095ff8b14345fcbc5" +checksum = "7c4e0a76dc12a116108933f6301b95e83634e0c47b0afbed6abbaa0601e99258" dependencies = [ "base64", "bytes", @@ -2046,7 +2046,7 @@ dependencies = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "webpki-roots", + "webpki-roots 0.22.1", "winreg", ] @@ -3006,6 +3006,15 @@ dependencies = [ ] [[package]] +name = "webpki-roots" +version = "0.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c475786c6f47219345717a043a37ec04cb4bc185e28853adcc4fa0a947eba630" +dependencies = [ + "webpki 0.22.0", +] + +[[package]] name = "winapi" version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" |