From 9385e2eb4e602e8f8a24512ae99952b90cf82c39 Mon Sep 17 00:00:00 2001 From: Philipp Korber Date: Tue, 26 Mar 2019 16:23:16 +0100 Subject: chore(deps): updated deps - make all parts which use vec1 depend on v1.3.0 (and use `try_from_vec`) - make all parts which use mail-internals depend on v0.2.3 (which has an important bug fix) --- core/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/Cargo.toml') diff --git a/core/Cargo.toml b/core/Cargo.toml index 55cbd55..b10d345 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -20,13 +20,13 @@ test-utils = ["default", "lazy_static"] features = [ "serde-impl", "default" ] [dependencies] -mail-internals = "0.2.0" +mail-internals = "0.2.3" mail-headers = "0.6.0" failure = "0.1.2" futures = "0.1.24" log = "0.3.8" rand = "0.3.15" -vec1 = "1" +vec1 = "1.3.0" chrono = "0.4" soft-ascii-string = "1.0" serde = { version="1.0", optional=true, features=["derive"] } -- cgit v1.2.3