From f59cdad13d8b841649050f188f5892ffd3447609 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 03:17:18 +0000 Subject: [PATCH] chore(deps): bump memchr from 2.8.0 to 2.8.1 Bumps [memchr](https://github.com/BurntSushi/memchr) from 2.8.0 to 2.8.1. - [Commits](https://github.com/BurntSushi/memchr/compare/2.8.0...2.8.1) --- updated-dependencies: - dependency-name: memchr dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 41c2024..4e3bb62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -372,9 +372,9 @@ checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5" [[package]] name = "memchr" -version = "2.8.0" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" +checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8" [[package]] name = "memmap2" diff --git a/Cargo.toml b/Cargo.toml index 9c0e11e..ffcb7fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ clap_complete = "4.6.5" encoding_rs = "0.8.35" globset = "0.4.18" ignore = "0.4.25" -memchr = "2.8.0" +memchr = "2.8.1" memmap2 = "0.9.10" num-format = { version = "0.4", default-features = false, features = ["std"] } serde = { version = "1.0.228", default-features = false, features = ["std", "derive"] }