From a6f19bfd650fc0c3c1ba395636b696e718a2bc92 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 08:50:08 +0000 Subject: [PATCH] chore(deps): bump derive_more from 0.99.3 to 0.99.5 Bumps [derive_more](https://github.com/JelteF/derive_more) from 0.99.3 to 0.99.5. - [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/v0.99.3...v0.99.5) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 6 +++--- typos/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a5fd13..0212521 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -202,9 +202,9 @@ dependencies = [ [[package]] name = "derive_more" -version = "0.99.3" +version = "0.99.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a806e96c59a76a5ba6e18735b6cf833344671e61e7863f2edb5c518ea2cac95c" +checksum = "e2323f3f47db9a0e77ce7a300605d8d2098597fc451ed1a97bb1f6411bb550a7" dependencies = [ "proc-macro2 1.0.9", "quote 1.0.3", @@ -878,7 +878,7 @@ version = "0.3.0" dependencies = [ "anyhow", "bstr", - "derive_more 0.99.3", + "derive_more 0.99.5", "itertools", "lazy_static", "log", diff --git a/typos/Cargo.toml b/typos/Cargo.toml index 3540f17..b258929 100644 --- a/typos/Cargo.toml +++ b/typos/Cargo.toml @@ -25,4 +25,4 @@ itertools = "0.9" bstr = "0.2" log = "0.4" unicode-segmentation = "1.6.0" -derive_more = "0.99.3" +derive_more = "0.99.5"