From 42aa522855f0bfcc7822fc8e461e1658ba723a7f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 8 Jul 2021 01:15:23 +0000 Subject: [PATCH] Update derive_more requirement from 0.15.0 to 0.99.16 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.16) 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..6cac238 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.16" ref_thread_local = "0.0" \ No newline at end of file