From c21166e5dc0de7952c042590af65e1c21c775705 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 27 Nov 2020 06:11:25 +0000 Subject: [PATCH] Bump memchr from 2.3.3 to 2.3.4 Bumps [memchr](https://github.com/BurntSushi/rust-memchr) from 2.3.3 to 2.3.4. - [Release notes](https://github.com/BurntSushi/rust-memchr/releases) - [Commits](https://github.com/BurntSushi/rust-memchr/compare/2.3.3...2.3.4) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61b63bb240b..3d805c405f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3592,9 +3592,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.3.3" +version = "2.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" +checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" [[package]] name = "memmap"