From 4126459773089d1fc5f94c7360dd3bf0499eecc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 09:39:23 +0000 Subject: [PATCH] Bump bstr from 1.7.0 to 1.8.0 Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.7.0 to 1.8.0. - [Commits](https://github.com/BurntSushi/bstr/compare/1.7.0...1.8.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 81293c8..6d5394c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,9 +94,9 @@ dependencies = [ [[package]] name = "bstr" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c79ad7fb2dd38f3dabd76b09c6a5a20c038fc0213ef1e9afd30eb777f120f019" +checksum = "542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c" dependencies = [ "memchr", "regex-automata 0.4.2", diff --git a/Cargo.toml b/Cargo.toml index 04d6792..6793d5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ lto = "fat" codegen-units = 1 [workspace.dependencies] -bstr = "1.7" +bstr = "1.8" env_logger = { version = "0.10", default-features = false } log = "0.4" logging_timer = "1.1"