From 3a65eb9d38f92cf1b948c546c6adbe9acb353326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 15:48:42 +0000 Subject: [PATCH] Bump memchr from 2.7.4 to 2.8.0 Bumps [memchr](https://github.com/BurntSushi/memchr) from 2.7.4 to 2.8.0. - [Commits](https://github.com/BurntSushi/memchr/compare/2.7.4...2.8.0) --- updated-dependencies: - dependency-name: memchr dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cincinnati/Cargo.toml | 2 +- commons/Cargo.toml | 2 +- graph-builder/Cargo.toml | 2 +- policy-engine/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e5d1d12e..e9dcb3cef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2483,9 +2483,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.7.4" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" +checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] name = "metadata-helper" diff --git a/cincinnati/Cargo.toml b/cincinnati/Cargo.toml index 14f36d5fa..ea1d9af88 100644 --- a/cincinnati/Cargo.toml +++ b/cincinnati/Cargo.toml @@ -49,7 +49,7 @@ thiserror = "1.0" [dev-dependencies] mockito = "0.31.1" serde_json = "1.0.109" -memchr = "^2.7" +memchr = "^2.8" pretty_assertions = "1.4.1" test-case = "1.2.3" similar = "2.6.0" diff --git a/commons/Cargo.toml b/commons/Cargo.toml index 52c6cf701..8a6c60fe6 100644 --- a/commons/Cargo.toml +++ b/commons/Cargo.toml @@ -28,4 +28,4 @@ actix-service = "^2.0.2" hamcrest2 = "0.3.0" [dev-dependencies] -memchr = "^2.7" +memchr = "^2.8" diff --git a/graph-builder/Cargo.toml b/graph-builder/Cargo.toml index ed185f5bc..174c8b216 100644 --- a/graph-builder/Cargo.toml +++ b/graph-builder/Cargo.toml @@ -44,7 +44,7 @@ actix-service = "2.0.2" built = { version = "^0.7.4", features = [ "git2" ]} [dev-dependencies] -memchr = "^2.7" +memchr = "^2.8" [features] test-net = [] diff --git a/policy-engine/Cargo.toml b/policy-engine/Cargo.toml index d64018601..72558741e 100644 --- a/policy-engine/Cargo.toml +++ b/policy-engine/Cargo.toml @@ -37,5 +37,5 @@ built = { version = "^0.7.4", features = [ "git2" ]} [dev-dependencies] tokio = { version = "1.33", features = [ "rt-multi-thread" ] } -memchr = "^2.7" +memchr = "^2.8" mockito = "0.31.1"