From 8123ef1843ffed2f79a403105d3bdc819c9bb0ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 21:05:32 -0700 Subject: [PATCH] dependabot: bump memchr from 2.5.0 to 2.6.4 (#195) Bumps [memchr](https://github.com/BurntSushi/memchr) from 2.5.0 to 2.6.4. - [Commits](https://github.com/BurntSushi/memchr/compare/2.5.0...2.6.4) --- updated-dependencies: - dependency-name: memchr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 519183c3..9df11160 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1461,9 +1461,9 @@ checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4" [[package]] name = "memchr" -version = "2.5.0" +version = "2.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" +checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" [[package]] name = "memmap2" diff --git a/Cargo.toml b/Cargo.toml index 26fbd184..9a7a5239 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ filepath = "0.1.2" filetime = "0.2.22" flamegraph = "0.6.3" jetscii = "0.5.3" -memchr = "2.5.0" +memchr = "2.6.4" tempdir = "0.3.7" tempfile = "3.8.0" test-case = "3.2.1"