From 9aa25402b2af448a586b9e40adda1db5b6cf2f2a Mon Sep 17 00:00:00 2001 From: Jasper Bryant-Greene Date: Thu, 18 May 2017 12:09:45 +0100 Subject: [PATCH] updated image dep to 0.13, loosened num-traits dep --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 780b2ab..0603e1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,8 +16,8 @@ exclude = [ travis-ci = { repository = "kennytm/qrcode-rust" } [dependencies] -num-traits = "0.1.33" -image = { version = "0.12.2", optional = true } +num-traits = "0.1" +image = { version = "0.13", optional = true } [features] default = ["image"]