From 4ac8e2ba9126e50af73b12cdfd9955a3161f2bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 23:59:38 +0000 Subject: [PATCH] build(deps): bump bstr from 1.9.1 to 1.10.0 Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.9.1 to 1.10.0. - [Commits](https://github.com/BurntSushi/bstr/compare/1.9.1...1.10.0) --- updated-dependencies: - dependency-name: bstr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d692873..ca0d406 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,9 +150,9 @@ dependencies = [ [[package]] name = "bstr" -version = "1.9.1" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" +checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" dependencies = [ "memchr", "regex-automata", diff --git a/Cargo.toml b/Cargo.toml index 8849995..228dc42 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.1", default-features = false, features = ["std"] } +bstr = { version = "1.10.0", default-features = false, features = ["std"] } bzip2 = "0.4.4" clap = { version = "4.5.16", features = ["derive", "env"] } filetime_creation = "0.2"