From c510f9001a7b350c1afc2b6e1370587465d5ce09 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 13:33:07 +0000 Subject: [PATCH] Bump reqwest from 0.9.24 to 0.10.6 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.9.24 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.9.24...v0.10.6) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2169e00..bec0389 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] dotenv = "0.15" clap = "2.33" -reqwest = "0.9" +reqwest = "0.10" serde = "1.0" serde_json = "1.0" serde_derive = "1.0"