From c4fbc56e8156f13af8373d465928dfb461a49a73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 06:20:54 +0000 Subject: [PATCH] cargo prod(deps): update reqwest requirement from 0.10 to 0.11 Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [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.0...v0.11.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e0d8fb9..32faba9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,5 +33,5 @@ error-chain = "0.12.2" #[feature-dependencies] hidapi = { version = "1.2.3", optional = true } pretty_env_logger = { version = "0.4.0", optional = true } -reqwest = { version = "0.10", features = ["blocking"], optional = true } +reqwest = { version = "0.11", features = ["blocking"], optional = true } structopt = { version = "0.3.14", optional = true }