diff --git a/Cargo.lock b/Cargo.lock index a041acdff..2ebd23b93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -596,9 +596,9 @@ dependencies = [ [[package]] name = "bytecount" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e" +checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c" [[package]] name = "bytemuck" diff --git a/ledger-tool/Cargo.toml b/ledger-tool/Cargo.toml index 2d8156cc1..a69c2f626 100644 --- a/ledger-tool/Cargo.toml +++ b/ledger-tool/Cargo.toml @@ -43,7 +43,7 @@ jemallocator = { package = "tikv-jemallocator", version = "0.4.1", features = [" [dev-dependencies] assert_cmd = "2.0" -bytecount = "0.6.2" +bytecount = "0.6.3" [target."cfg(unix)".dependencies] signal-hook = "0.3.14"