diff options
-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" |