chore: Update image to 0.21
This commit is contained in:
parent
cbc6cd3192
commit
8a8127f9ab
|
@ -20,11 +20,11 @@ is-it-maintained-open-issues = { repository = "kennytm/qrcode-rust" }
|
||||||
maintenance = { status = "passively-maintained" }
|
maintenance = { status = "passively-maintained" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
image = { version = "0.20", default-features = false, optional = true }
|
image = { version = "0.21", default-features = false, optional = true }
|
||||||
checked_int_cast = "1"
|
checked_int_cast = "1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
image = "0.20"
|
image = "0.21"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["image", "svg"]
|
default = ["image", "svg"]
|
||||||
|
|
Loading…
Reference in a new issue