diff --git a/Cargo.lock b/Cargo.lock index c6d4ba767..833e24091 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -506,9 +506,9 @@ dependencies = [ [[package]] name = "bytecount" -version = "0.6.0" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0017894339f586ccb943b01b9555de56770c11cda818e7e3d8bd93f4ed7f46e" +checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e" [[package]] name = "byteorder" diff --git a/ledger-tool/Cargo.toml b/ledger-tool/Cargo.toml index c1ae34719..c9adeacc6 100644 --- a/ledger-tool/Cargo.toml +++ b/ledger-tool/Cargo.toml @@ -11,7 +11,7 @@ documentation = "https://docs.rs/solana-ledger-tool" [dependencies] bs58 = "0.4.0" -bytecount = "0.6.0" +bytecount = "0.6.2" clap = "2.33.1" csv = "1.1.3" futures = "0.3.15"