From 910996056cb9b6aec44296f7c9dfad7b4fa992ee Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 08:26:37 +0000 Subject: [PATCH] Bump reqwest from 0.10.5 to 0.10.6 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.5 to 0.10.6. - [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.5...v0.10.6) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c359a896..2e733fa11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1539,9 +1539,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.10.5" +version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4be79e8610ce0c2d646aa03bff67653f76d394c4e0a5e7bc255007008fcc6ba8" +checksum = "3b82c9238b305f26f53443e3a4bc8528d64b8d0bee408ec949eb7bf5635ec680" dependencies = [ "base64 0.12.1", "bytes", diff --git a/Cargo.toml b/Cargo.toml index a0e6017d4..ac6b55da5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ rocket = "0.4.1" serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.8.12" sass-rs = "0.2.1" -reqwest = { version = "0.10.5", features = ["blocking", "json"] } +reqwest = { version = "0.10.6", features = ["blocking", "json"] } toml = "0.5" serde_json = "1.0" rust_team_data = { git = "https://github.com/rust-lang/team" }