Update some dependencies.

This commit is contained in:
Rasmus Kaj 2019-02-23 20:49:12 +01:00
parent 2c8fb0e148
commit 8c4e129f17

View File

@ -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"