From bd60cfe5bd6f81988478df17f181d3e66377e59e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois-Guillaume=20Ribreau?= Date: Thu, 4 Aug 2022 22:11:16 +0200 Subject: [PATCH] fix --- platform/rust/Cargo.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platform/rust/Cargo.lock b/platform/rust/Cargo.lock index 9744e237..faaf969f 100644 --- a/platform/rust/Cargo.lock +++ b/platform/rust/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "ascii_utils" version = "0.9.3" @@ -23,7 +25,7 @@ dependencies = [ [[package]] name = "mailchecker" -version = "4.1.18" +version = "4.1.19" dependencies = [ "fast_chemail", "once_cell",