From 65137d62e57c4300eb720c8f47da65a2e720d066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 19:59:19 +0000 Subject: [PATCH] build(deps): bump memchr from 2.6.4 to 2.7.1 Bumps [memchr](https://github.com/BurntSushi/memchr) from 2.6.4 to 2.7.1. - [Commits](https://github.com/BurntSushi/memchr/compare/2.6.4...2.7.1) --- updated-dependencies: - dependency-name: memchr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6997017..67b27425 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -653,9 +653,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.6.4" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" +checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" [[package]] name = "memfd" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4d38eecc..219da12c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -35,7 +35,7 @@ glob = "0.3.1" html-escape = "0.2.13" indexmap = "2.0.0" lazy_static = "1.4.0" -memchr = "2.6.3" +memchr = "2.7.1" path-slash = "0.2.1" regex = "1.9.1" regex-syntax = "0.7.4"