From 2cab684ffbdd765ea569622df9eb5ab51c27ee93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Nov 2020 09:02:37 +0000 Subject: [PATCH] chore: bump pretty-hex from 0.1.1 to 0.2.1 Bumps [pretty-hex](https://github.com/wolandr/pretty-hex) from 0.1.1 to 0.2.1. - [Release notes](https://github.com/wolandr/pretty-hex/releases) - [Commits](https://github.com/wolandr/pretty-hex/compare/v0.1.1...v0.2.1) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33ae9f02aa..72a6c52a1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2721,9 +2721,9 @@ dependencies = [ [[package]] name = "pretty-hex" -version = "0.1.1" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be91bcc43e73799dc46a6c194a55e7aae1d86cc867c860fd4a436019af21bd8c" +checksum = "bc5c99d529f0d30937f6f4b8a86d988047327bb88d04d2c4afc356de74722131" [[package]] name = "proc-macro-crate" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 982d422f3c..1964234c5c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -22,7 +22,7 @@ Inflector = "0.11.4" indicatif = "0.15.0" humantime = "2.0.1" num-traits = "0.2" -pretty-hex = "0.1.1" +pretty-hex = "0.2.1" reqwest = { version = "0.10.8", default-features = false, features = ["blocking", "rustls-tls", "json"] } serde = "1.0.112" serde_derive = "1.0.103"