diff --git a/Cargo.lock b/Cargo.lock index 5770cb1..8746fb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -135,9 +135,9 @@ dependencies = [ [[package]] name = "bstr" -version = "1.9.0" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc" +checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" dependencies = [ "memchr", "regex-automata", diff --git a/Cargo.toml b/Cargo.toml index fac2baf..6e1e5b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ description = "A command-line utility for easily compressing and decompressing f [dependencies] atty = "0.2.14" -bstr = { version = "1.9.0", default-features = false, features = ["std"] } +bstr = { version = "1.9.1", default-features = false, features = ["std"] } bzip2 = "0.4.4" clap = { version = "4.5.1", features = ["derive", "env"] } filetime_creation = "0.2"