From 2033dd51baeba01f8733051f12a81440ff536333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:22:00 +0000 Subject: [PATCH] dependabot: bump bstr from 1.11.0 to 1.11.1 Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.11.0 to 1.11.1. - [Commits](https://github.com/BurntSushi/bstr/compare/1.11.0...1.11.1) --- 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 4a7d3965..38134119 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,9 +505,9 @@ dependencies = [ [[package]] name = "bstr" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a68f1f47cdf0ec8ee4b941b2eee2a80cb796db73118c0dd09ac63fbe405be22" +checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8" dependencies = [ "memchr", "regex-automata", diff --git a/Cargo.toml b/Cargo.toml index ff9a2eb5..424211a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ exclude = [ [dependencies] anyhow = "1.0.94" -bstr = "1.11.0" +bstr = "1.11.1" bzip2-rs = "0.1.2" cfg-if = "1.0.0" chrono = "0.4.39"