From d4982965c22f94a2b2cbd5cd2f96ea0eead283a1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2019 16:12:34 +0000 Subject: [PATCH] Update reqwest requirement from 0.9 to 0.10 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.9.0...v0.10.0) 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 cc90a46..6a6c599 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["jsonrpc", "http", "client"] [dependencies] log = "0.4" -reqwest = "0.9" +reqwest = "0.10" serde = "1" serde_derive = "1" serde_json = "1"