From 146998f331ef0f4dd25d16c15aba79441b075131 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2020 09:46:29 +0000 Subject: [PATCH] chore(deps): bump derive_more from 0.99.7 to 0.99.9 Bumps [derive_more](https://github.com/JelteF/derive_more) from 0.99.7 to 0.99.9. - [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.7...v0.99.9) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 6 +++--- crates/typos/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 10ed14f..367732b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -236,9 +236,9 @@ dependencies = [ [[package]] name = "derive_more" -version = "0.99.7" +version = "0.99.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2127768764f1556535c01b5326ef94bd60ff08dcfbdc544d53e69ed155610f5d" +checksum = "298998b1cf6b5b2c8a7b023dfd45821825ce3ba8a8af55c921a0e734e4653f76" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.6", @@ -986,7 +986,7 @@ version = "0.3.0" dependencies = [ "anyhow", "bstr", - "derive_more 0.99.7", + "derive_more 0.99.9", "derive_setters", "itertools", "lazy_static", diff --git a/crates/typos/Cargo.toml b/crates/typos/Cargo.toml index eadfcb9..816a375 100644 --- a/crates/typos/Cargo.toml +++ b/crates/typos/Cargo.toml @@ -25,5 +25,5 @@ itertools = "0.9" bstr = "0.2" log = "0.4" unicode-segmentation = "1.6.0" -derive_more = "0.99.5" +derive_more = "0.99.9" derive_setters = "0.1"