diff --git a/Cargo.lock b/Cargo.lock index f0c9a236..598243c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -101,9 +101,9 @@ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "bstr" -version = "1.11.1" +version = "1.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8" +checksum = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0" dependencies = [ "memchr", "regex-automata", diff --git a/Cargo.toml b/Cargo.toml index ca32c03e..7a703145 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ name = "stg" [dependencies] anyhow = "1.0" anstyle = { version = "1.0", features = ["std"] } -bstr = { version = "1.6", default-features = false, features = ["std"] } +bstr = { version = "1.11", default-features = false, features = ["std"] } bzip2-rs = "0.1" clap = { version = "~4.5", default-features = false, features = [ "color",