From 001a4e5b232ee9ac0819e6a4016eb574ee14565f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2020 01:13:00 +0000 Subject: [PATCH] Update derive_more requirement from 0.15.0 to 0.99.8 Updates the requirements on [derive_more](https://github.com/JelteF/derive_more) to permit the latest version. - [Release notes](https://github.com/JelteF/derive_more/releases) - [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md) - [Commits](https://github.com/JelteF/derive_more/compare/0.15.0...v0.99.8) 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 b6b6511..020df72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,5 +29,5 @@ structopt = "0.2.13" itertools = "0.8.0" net2 = "0.2.33" clone_all = "0.1.1" -derive_more = "0.15.0" +derive_more = "0.99.8" ref_thread_local = "0.0" \ No newline at end of file