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