chore: Update image to 0.21

pull/25/head
Igor Gnatenko 2019-03-15 07:15:53 +01:00 committed by GitHub
parent de70fed289
commit 18960b8594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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