From 2040e718d746254ca077a52ca01bc8a730fc28ef Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Dec 2020 20:33:00 +0000 Subject: [PATCH] Bump reqwest from 0.10.9 to 0.10.10 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.9 to 0.10.10. - [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.10.9...v0.10.10) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 39 ++------------------------------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 38 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4056eb6..d2c4dfd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -573,16 +573,6 @@ dependencies = [ "yaml-rust", ] -[[package]] -name = "console_error_panic_hook" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211" -dependencies = [ - "cfg-if 0.1.10", - "wasm-bindgen", -] - [[package]] name = "const_fn" version = "0.4.2" @@ -1724,9 +1714,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.10.9" +version = "0.10.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb15d6255c792356a0f578d8a645c677904dc02e862bebe2ecc18e0c01b9a0ce" +checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c" dependencies = [ "base64 0.13.0", "bytes 0.5.6", @@ -1753,7 +1743,6 @@ dependencies = [ "url", "wasm-bindgen", "wasm-bindgen-futures", - "wasm-bindgen-test", "web-sys", "winreg 0.7.0", ] @@ -2606,30 +2595,6 @@ version = "0.2.68" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307" -[[package]] -name = "wasm-bindgen-test" -version = "0.3.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34d1cdc8b98a557f24733d50a1199c4b0635e465eecba9c45b214544da197f64" -dependencies = [ - "console_error_panic_hook", - "js-sys", - "scoped-tls", - "wasm-bindgen", - "wasm-bindgen-futures", - "wasm-bindgen-test-macro", -] - -[[package]] -name = "wasm-bindgen-test-macro" -version = "0.3.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8fb9c67be7439ee8ab1b7db502a49c05e51e2835b66796c705134d9b8e1a585" -dependencies = [ - "proc-macro2", - "quote", -] - [[package]] name = "web-sys" version = "0.3.45" diff --git a/Cargo.toml b/Cargo.toml index 1a34cd2..957c7f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ git2 = "0.13.12" lazy_static = "1.4.0" number_prefix = "0.4.0" openssl-probe = "0.1.2" -reqwest = "0.10.9" +reqwest = "0.10.10" serde = "1.0.118" serde_derive = "1.0.103" serde_json = "1.0.60"