From 8a8127f9abbd441938c74634f0b7bb2105ffae4a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 15 Mar 2019 07:15:53 +0100 Subject: [PATCH] chore: Update image to 0.21 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5a9acd6..10518c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,11 +20,11 @@ is-it-maintained-open-issues = { repository = "kennytm/qrcode-rust" } maintenance = { status = "passively-maintained" } [dependencies] -image = { version = "0.20", default-features = false, optional = true } +image = { version = "0.21", default-features = false, optional = true } checked_int_cast = "1" [dev-dependencies] -image = "0.20" +image = "0.21" [features] default = ["image", "svg"]