From 0599e910ccee071b6c36c2fdbf79d46df766cdee Mon Sep 17 00:00:00 2001 From: Hanif Ariffin Date: Sat, 20 Nov 2021 17:05:35 +0800 Subject: [PATCH] Small bump to Cargo.lock Signed-off-by: Hanif Ariffin --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 005a3c125..d1b146759 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1174,7 +1174,7 @@ version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ffd9d26838a953b4af82cbeb9f1592c6798916983959be223a7124e992742c1" dependencies = [ - "memchr 2.4.0", + "memchr 2.4.1", "minimal-lexical", "version_check", ]