From 5ca0ee126a05145696f97476ade5cec3be50c06d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 03:32:03 +0000 Subject: [PATCH] chore(deps): bump bstr from 1.11.1 to 1.11.3 Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.11.1 to 1.11.3. - [Commits](https://github.com/BurntSushi/bstr/compare/1.11.1...1.11.3) --- 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 12073ea4..16fe5a39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -207,9 +207,9 @@ dependencies = [ [[package]] name = "bstr" -version = "1.11.1" +version = "1.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8" +checksum = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0" dependencies = [ "memchr", "regex-automata 0.4.9", diff --git a/Cargo.toml b/Cargo.toml index 421f48d9..4d6de377 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ annotate-snippets = { version = "0.11.5", features = ["simd"] } ar = "0.9.0" base64-simd = "0.8.0" bitflags = { version = "2.6.0", features = ["serde"] } -bstr = "1.11.1" +bstr = "1.11.3" bzip2 = "0.4.4" cached = { version = "0.54.0", features = [ "disk_store",