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) --- template/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'template/Cargo.toml') diff --git a/template/Cargo.toml b/template/Cargo.toml index 65d1e14..8aba450 100644 --- a/template/Cargo.toml +++ b/template/Cargo.toml @@ -18,13 +18,13 @@ handlebars-bindings = ["handlebars"] features = [ "handlebars-bindings" ] [dependencies] -mail-core = { version="0.6.0", features=["serde-impl"] } -mail-internals = "0.2.0" -mail-headers = { version="0.6.0", features=["serde-impl"] } +mail-core = { version="0.6.1", features=["serde-impl"] } +mail-internals = "0.2.3" +mail-headers = { version="0.6.4", features=["serde-impl"] } failure = "0.1.1" futures = "0.1.14" -vec1 = { version="1.1", features=["serde"]} +vec1 = { version="1.3.0", features=["serde"]} soft-ascii-string = "1.0" serde = { version="1", features=["derive"] } toml = "0.4.8" -- cgit v1.2.3