summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Korber <philippkorber@gmail.com>2018-06-11 19:19:37 +0200
committerPhilipp Korber <philippkorber@gmail.com>2018-06-11 19:19:37 +0200
commit05656a08f1f90f4481df371098e21cd91fc6a039 (patch)
tree71d834cda711889e761091f4a6e1fd89124d6b58
parentdec09d857ef1a969afdf81558380dd3e67c2ad19 (diff)
chore(deps) use vec1 v1.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2a87edc..d6114ce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ mail-derive = { git="https://github.com/1aim/mail-derive" }
failure = "0.1.1"
futures = "0.1.14"
-vec1 = { git="https://github.com/1aim/vec1" }
+vec1 = "1.0"
soft-ascii-string = "1.0"
serde = { version="1.0.64", optional=true }