diff --git a/Cargo.lock b/Cargo.lock index fde80984ce7cf8..4421f5cabb57f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -820,9 +820,9 @@ dependencies = [ [[package]] name = "bytecount" -version = "0.6.3" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c" +checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" [[package]] name = "bytemuck" diff --git a/Cargo.toml b/Cargo.toml index d7325e28c6ec60..ce7dbadb1111b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -147,7 +147,7 @@ borsh = "0.10.3" bs58 = "0.4.0" bv = "0.11.1" byte-unit = "4.0.19" -bytecount = "0.6.3" +bytecount = "0.6.8" bytemuck = "1.13.1" byteorder = "1.4.3" bytes = "1.2"