From 1bf05ca138b2dad143faecce1f1efa52db29021b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois-Guillaume=20RIBREAU?= Date: Tue, 25 Jun 2019 15:27:54 +0200 Subject: [PATCH] chore: update Cargo.lock --- 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 74963669..416a052c 100644 --- a/platform/rust/Cargo.lock +++ b/platform/rust/Cargo.lock @@ -1,11 +1,5 @@ -[root] -name = "mailchecker" -version = "3.2.33" -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.34" +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"