From 5de4947a3641f62ebb5aea8b022d7343776fe42f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 23:06:54 +0000 Subject: [PATCH] build(deps): bump bstr from 1.6.1 to 1.6.2 Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.6.1 to 1.6.2. - [Commits](https://github.com/BurntSushi/bstr/compare/1.6.1...1.6.2) --- updated-dependencies: - dependency-name: bstr dependency-type: direct:production update-type: version-update:semver-patch ... 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 604ead2..d9977d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -126,9 +126,9 @@ checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" [[package]] name = "bstr" -version = "1.6.1" +version = "1.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8042c26c77e5bd6897a7358e0abb3ec412ed126d826988135653fc669263899d" +checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a" dependencies = [ "memchr", "regex-automata", diff --git a/Cargo.toml b/Cargo.toml index e92f29a..032cd5b 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.6.1", default-features = false, features = ["std"] } +bstr = { version = "1.6.2", default-features = false, features = ["std"] } bzip2 = "0.4.4" clap = { version = "4.4.1", features = ["derive", "env"] } filetime = "0.2.22"