From 988187abd575ba1a57a67be549a11412cccc7f19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 17:06:08 +0000 Subject: [PATCH] Update enum-iterator requirement from 0.6.0 to 0.7.0 Updates the requirements on [enum-iterator](https://github.com/stephaneyfx/enum-iterator) to permit the latest version. - [Release notes](https://github.com/stephaneyfx/enum-iterator/releases) - [Commits](https://github.com/stephaneyfx/enum-iterator/compare/0.6.0...0.7.0) --- updated-dependencies: - dependency-name: enum-iterator dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c83d7ab..47692b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ include = [ reqwest = { version = "0.11.2", features = ["json", "rustls-tls"], default-features = false } serde = { version = "1.0.124", features = ["derive"] } rustc-serialize = "0.3.24" -enum-iterator = "0.6.0" +enum-iterator = "0.7.0" dotenv = "0.15.0" log = "0.4.14"