From 96d682d26b6756e73c888cb57246baa507376c66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:05:44 +0000 Subject: [PATCH] chore(deps)(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 54af4ae..868fb3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2532,9 +2532,9 @@ dependencies = [ [[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 = "mime" diff --git a/Cargo.toml b/Cargo.toml index a2aa335..ef4a58e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ byteorder = "1.5" bytes = "1.11" geo-types = "0.7" hmac = "0.13" -memchr = "2.7" +memchr = "2.8" pbkdf2 = "0.13" prost = "0.14" prost-types = "0.14"