diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-12-21 13:48:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-21 13:48:36 +0000 |
commit | 79f0a0bdfc9d982012a47a19f0ab2d39e8074503 (patch) | |
tree | 7596ef63d5055a2048a819ac20a09c7daad05d76 | |
parent | Merge pull request #672 from svenstaro/dependabot/cargo/futures-0.3.19 (diff) | |
parent | Bump reqwest from 0.11.7 to 0.11.8 (diff) | |
download | miniserve-79f0a0bdfc9d982012a47a19f0ab2d39e8074503.tar.gz miniserve-79f0a0bdfc9d982012a47a19f0ab2d39e8074503.zip |
Merge pull request #673 from svenstaro/dependabot/cargo/reqwest-0.11.8
Bump reqwest from 0.11.7 to 0.11.8
-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" |