From 254436978359be5bfed363caa0f55879e986a798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 May 2021 02:11:51 +0000 Subject: [PATCH] chore(deps): update config requirement from 0.10.1 to 0.11.0 Updates the requirements on [config](https://github.com/mehcode/config-rs) to permit the latest version. - [Release notes](https://github.com/mehcode/config-rs/releases) - [Changelog](https://github.com/mehcode/config-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/mehcode/config-rs/commits/0.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 c9768aa..a417f47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] web3 = "0.15.0" -config = "0.10.1" +config = "0.11.0" tokio = { version = "0.2.22", features = ["macros"] } reqwest = "0.10.8" jql = "2.9.0"