From 0f67104a6d2b0eb3a2a12d4f0ac6b48654f86f1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Dec 2021 05:02:09 +0000 Subject: [PATCH] Update reqwest requirement from 0.10.6 to 0.11.8 in /base 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.6...v0.11.8) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- base/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Cargo.toml b/base/Cargo.toml index b513ddc..65dccf4 100644 --- a/base/Cargo.toml +++ b/base/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" serde_json = "1.0" tokio = { version = "0.2.21", features = ["macros", "fs"] } anyhow = "1.0.31" -reqwest = "0.10.6" +reqwest = "0.11.8" valico = "3" dirs = "3.0.1" async-trait = "0.1.35"