From e8ce405349f2473e1353632bd455261b8ef9d479 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 19 Feb 2020 12:27:22 +0100 Subject: update dependencies image should also be updated to 0.23, but imageproc currently still uses 0.22, so we need to match it. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c90e22a..91a722c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,8 @@ edition = "2018" image = "0.22" imageproc = "0.19" rusttype = "0.8" -reqwest = "0.9" -serde = "1.0" +reqwest = { version = "0.10", features = ["default-tls", "blocking", "json"] } +serde = { version = "1.0", features = ["std", "derive"] } serde_json = "1.0" clap = "2.33" xdg = "2.2.0" -- cgit v1.2.3