diff --git a/Cargo.lock b/Cargo.lock index 5eab47f7..b4a088e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,9 +33,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bytecount" -version = "0.6.4" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad152d03a2c813c80bb94fedbf3a3f02b28f793e39e7c214c8a0bcc196343de7" +checksum = "d1a12477b7237a01c11a80a51278165f9ba0edd28fa6db00a65ab230320dc58c" dependencies = [ "packed_simd", ] diff --git a/Cargo.toml b/Cargo.toml index fb2e626c..3f07fdf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ unstable-simd = [ [dependencies] ahash = { version = "0.8", default_features = false } associative-cache = { version = "2" } -bytecount = { version = "^0.6.2", default_features = false, features = ["runtime-dispatch-simd"] } +bytecount = { version = "^0.6.5", default_features = false, features = ["runtime-dispatch-simd"] } encoding_rs = { version = "0.8", default_features = false } itoa = { version = "1", default_features = false } once_cell = { version = "1", default_features = false }