From 0df27375baf868905afe6caf3ca0dab846fcec01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:50:22 -0400 Subject: [PATCH] Bump memchr from 2.6.3 to 2.6.4 (#7758) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 485abb625b3f0..6520e77a7d1b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1337,9 +1337,9 @@ checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" [[package]] name = "memchr" -version = "2.6.3" +version = "2.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" +checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" [[package]] name = "memoffset" diff --git a/Cargo.toml b/Cargo.toml index 01d199a7180d2..d22fa18f9c835 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ insta = { version = "1.33.0", feature = ["filters", "glob"] } is-macro = { version = "0.3.0" } itertools = { version = "0.11.0" } log = { version = "0.4.17" } -memchr = "2.6.3" +memchr = "2.6.4" once_cell = { version = "1.17.1" } path-absolutize = { version = "3.1.1" } proc-macro2 = { version = "1.0.67" }