From 188582896d1c5bb21adbc83a291b731668f1d2c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:43:56 +0000 Subject: [PATCH] chore(deps): bump bstr from 1.10.0 to 1.11.0 Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.10.0 to 1.11.0. - [Commits](https://github.com/BurntSushi/bstr/compare/1.10.0...1.11.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 af524258..847a9fa9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -162,9 +162,9 @@ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "bstr" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" +checksum = "1a68f1f47cdf0ec8ee4b941b2eee2a80cb796db73118c0dd09ac63fbe405be22" dependencies = [ "memchr", "regex-automata", diff --git a/Cargo.toml b/Cargo.toml index eba70491..e7b5fde4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ env_logger = "0.11" dialoguer = "0.11.0" shellexpand = "3.1.0" env_proxy = "0.4.1" -bstr = "1.10" +bstr = "1.11" indoc = "2.0.3" is-terminal = "0.4" path-absolutize = "3.1.0"