From 8c4e129f176dc269bad239a7c4efec15e2e6456f Mon Sep 17 00:00:00 2001 From: Rasmus Kaj Date: Sat, 23 Feb 2019 20:49:12 +0100 Subject: [PATCH] Update some dependencies. --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2e0624e..b4de7b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,14 +19,14 @@ chrono = "~0.4.0" # Must match version used by diesel clap = { version = "^2.19", features = [ "color", "wrap_help" ] } typemap = "*" plugin = "*" -image = "0.20" +image = "0.21" time = "*" kamadak-exif = "~0.3.0" -diesel = { version = "1.3.2", features = ["r2d2", "chrono", "postgres"] } +diesel = { version = "1.4.0", features = ["r2d2", "chrono", "postgres"] } dotenv = "0.13.0" djangohashers = "*" -rand = "~0.5.4" -memcached-rs = "^0.3" +rand = "0.6.5" +memcached-rs = "0.4.1" flate2 = "^1.0.0" brotli2 = "*" mime = "0.2.6"