From 84e56b22b5a7fd46afc7e4585f81ec8355585693 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 08:11:46 +0000 Subject: [PATCH] chore(deps): bump derive_more from 0.99.9 to 0.99.11 Bumps [derive_more](https://github.com/JelteF/derive_more) from 0.99.9 to 0.99.11. - [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.9...v0.99.11) 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 abf77d6..de822c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -242,9 +242,9 @@ dependencies = [ [[package]] name = "derive_more" -version = "0.99.9" +version = "0.99.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "298998b1cf6b5b2c8a7b023dfd45821825ce3ba8a8af55c921a0e734e4653f76" +checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c" dependencies = [ "proc-macro2 1.0.19", "quote 1.0.7", @@ -979,7 +979,7 @@ dependencies = [ "anyhow", "bstr", "content_inspector", - "derive_more 0.99.9", + "derive_more 0.99.11", "derive_setters", "itertools", "lazy_static", diff --git a/crates/typos/Cargo.toml b/crates/typos/Cargo.toml index 2ef20c7..e777c57 100644 --- a/crates/typos/Cargo.toml +++ b/crates/typos/Cargo.toml @@ -25,6 +25,6 @@ itertools = "0.9" bstr = "0.2" log = "0.4" unicode-segmentation = "1.6.0" -derive_more = "0.99.9" +derive_more = "0.99.11" derive_setters = "0.1" content_inspector = "0.2.4"