From fd887d59c5b8c8fc7e6e0a54e67b75bfcf90117c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 20:45:33 +0000 Subject: [PATCH] build(deps): bump bstr from 1.9.0 to 1.9.1 (#633) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"