From 837949ffda17033e666f5509a110309492b6c7b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 13:04:51 +0000 Subject: [PATCH] chore(deps): bump memchr from 2.8.1 to 2.8.3 Bumps [memchr](https://github.com/BurntSushi/memchr) from 2.8.1 to 2.8.3. - [Commits](https://github.com/BurntSushi/memchr/compare/2.8.1...2.8.3) --- updated-dependencies: - dependency-name: memchr dependency-version: 2.8.3 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 8fdf9ca..c8e11cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1437,9 +1437,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.8.1" +version = "2.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8" +checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" [[package]] name = "mimalloc" diff --git a/Cargo.toml b/Cargo.toml index 876af66..6a68703 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ hyper-util = { version = "=0.1.20", features = ["client-legacy", "client-proxy", image = { version = "=0.25.10", default-features = false, features = ["jpeg", "png", "tiff", "webp"] } ipnet = "=2.12.0" md-5 = "=0.11.0" -memchr = "=2.8.1" +memchr = "=2.8.3" mime = "=0.3.17" mimalloc = "=0.1.52" percent-encoding = "=2.3.2"