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"