From 5712b97c63da402822c676e665331bec89cdc19c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Nov 2020 06:09:08 +0000 Subject: [PATCH] Bump bytecount from 0.6.0 to 0.6.1 Bumps [bytecount](https://github.com/llogiq/bytecount) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/llogiq/bytecount/releases) - [Commits](https://github.com/llogiq/bytecount/commits) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51b81615f..1470d4abc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -186,9 +186,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "bytecount" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0017894339f586ccb943b01b9555de56770c11cda818e7e3d8bd93f4ed7f46e" +checksum = "c39a773ba75db12126d8d383f1bdbf7eb92ea47ec27dd0557aff1fedf172764c" [[package]] name = "bytemuck" diff --git a/Cargo.toml b/Cargo.toml index 0b48bc7ac..83e76abdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ git2 = { version = "0.13.12", default-features = false } json = "0.12.4" tokei = "12.0.0" askalono = "0.4.3" -bytecount = "0.6.0" +bytecount = "0.6.1" clap = "2.33.3" strum = { version = "0.19.5", features = ["derive"] } image = "0.23.12"