From c66f6c2aaf2e69e563c96b13095716e1cd70ed9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois-Guillaume=20RIBREAU?= Date: Sat, 12 Oct 2019 12:44:06 +0200 Subject: [PATCH] fix --- platform/rust/Cargo.lock | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/platform/rust/Cargo.lock b/platform/rust/Cargo.lock index 77477cb3..c29610f9 100644 --- a/platform/rust/Cargo.lock +++ b/platform/rust/Cargo.lock @@ -1,11 +1,5 @@ -[root] -name = "mailchecker" -version = "3.2.36" -dependencies = [ - "fast_chemail 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)", - "pretty_assertions 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", -] - +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. [[package]] name = "ascii_utils" version = "0.8.3" @@ -24,6 +18,14 @@ dependencies = [ "ascii_utils 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "mailchecker" +version = "3.2.37" +dependencies = [ + "fast_chemail 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)", + "pretty_assertions 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "pretty_assertions" version = "0.1.2"