From d260190b3074d764cf2423b7187dc58cd37b9a7c Mon Sep 17 00:00:00 2001 From: Hristo Venev Date: Mon, 18 Mar 2019 14:40:52 +0200 Subject: Set versions on dependencies --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 177c77f..9c97246 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,12 +5,12 @@ authors = ["Hristo Venev "] edition = "2018" [dependencies] -arrayref = "*" -serde = "*" -serde_derive = "*" -serde_json = "*" -chrono = "*" -curl = "*" +arrayref = { version = "0.3.5" } +serde = { version = "1.0.89" } +serde_derive = { version = "1.0.89" } +serde_json = { version = "1.0.39" } +chrono = { version = "0.4.6", default-features = false } +curl = { version = "0.4.17", default-features = false } [profile.release] panic = "abort" -- cgit