From c7fa9b6dbd5e70a81272460b7923fe4edb89537e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 23:23:09 +0000 Subject: [PATCH] build(deps): bump bstr from 1.6.0 to 1.6.1 Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.6.0 to 1.6.1. - [Commits](https://github.com/BurntSushi/bstr/compare/1.6.0...1.6.1) --- updated-dependencies: - dependency-name: bstr dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b90f72bbe..0c2f8b058 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -126,9 +126,9 @@ checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" [[package]] name = "bstr" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05" +checksum = "8042c26c77e5bd6897a7358e0abb3ec412ed126d826988135653fc669263899d" dependencies = [ "memchr", "regex-automata", @@ -647,9 +647,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.5.0" +version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" +checksum = "f478948fd84d9f8e86967bf432640e46adfb5a4bd4f14ef7e864ab38220534ae" [[package]] name = "memoffset" diff --git a/Cargo.toml b/Cargo.toml index e7bc62e6c..1336e9fc6 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.0", default-features = false, features = ["std"] } +bstr = { version = "1.6.1", default-features = false, features = ["std"] } bzip2 = "0.4.4" clap = { version = "4.4.0", features = ["derive", "env"] } filetime = "0.2.22"