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 | Bin 48621 -> 48621 bytes cli/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index f699701734c482555100d43cc3fbc5e3614381a2..67b274259e02ada825059a527622339ef45cf135 100644 GIT binary patch delta 86 zcmaF+o9XRurVaK^lO5cG>`je~Q<6>6ObrcFO-&P%EXx6%*;$vQ%ww#l1&nglTA%64HDCm3{x%5%*|7h%uNza r4J^z|EmP7`%nefwjm%7p3{ny;jLc0e4J;E43@01dN^XAP#99pi>X#bB diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4d38eeccf..219da12c5 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"