From e0cfbdec23678d8366e767dce4b828f2ca982fe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2020 17:50:28 +0000 Subject: [PATCH] Bump gumdrop from 0.7.0 to 0.8.0 Bumps [gumdrop](https://github.com/murarth/gumdrop) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/murarth/gumdrop/releases) - [Commits](https://github.com/murarth/gumdrop/commits) Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- cli/Cargo.toml | 2 +- core/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d67e80a..88cb0e78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -283,18 +283,18 @@ checksum = "bcc8e0c9bce37868955864dbecd2b1ab2bdf967e6f28066d65aaac620444b65c" [[package]] name = "gumdrop" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee50908bc1beeac1f2902e0b4e0cd0d844e716f5ebdc6f0cfc1163fe5e10bcde" +checksum = "46571f5d540478cf70d2a42dd0d6d8e9f4b9cc7531544b93311e657b86568a0b" dependencies = [ "gumdrop_derive", ] [[package]] name = "gumdrop_derive" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90454ce4de40b7ca6a8968b5ef367bdab48413962588d0d2b1638d60090c35d7" +checksum = "915ef07c710d84733522461de2a734d4d62a3fd39a4d4f404c2f385ef8618d05" dependencies = [ "proc-macro2", "quote", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 8818f537..9af4eaf2 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -19,7 +19,7 @@ keywords = ["abscissa", "cli", "application", "framework", "service"] maintenance = { status = "actively-developed" } [dependencies] -gumdrop = "0.7" +gumdrop = "0.8" handlebars = "3" ident_case = "1" serde = { version = "1", features = ["serde_derive"] } diff --git a/core/Cargo.toml b/core/Cargo.toml index 9a496d69..d2fcbba4 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -25,7 +25,7 @@ canonical-path = "2" chrono = { version = "0.4", optional = true, features = ["serde"] } color-backtrace = { version = "0.4", optional = true, default-features = false } generational-arena = { version = "0.2", optional = true } -gumdrop = { version = "0.7", optional = true } +gumdrop = { version = "0.8", optional = true } once_cell = "1.4" regex = { version = "1", optional = true } secrecy = { version = "0.6", optional = true, features = ["serde"] }