diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 1c2919fe7e..7b23a7ccbe 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1663,9 +1663,9 @@ dependencies = [ [[package]] name = "image" -version = "0.24.7" +version = "0.24.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711" +checksum = "034bbe799d1909622a74d1193aa50147769440040ff36cb2baa947609b0a4e23" dependencies = [ "bytemuck", "byteorder", @@ -1673,7 +1673,6 @@ dependencies = [ "exr", "gif", "jpeg-decoder", - "num-rational", "num-traits", "png", "qoi", diff --git a/rust/qr_reader_pc/Cargo.toml b/rust/qr_reader_pc/Cargo.toml index b2ad2e7418..1efe01daa8 100644 --- a/rust/qr_reader_pc/Cargo.toml +++ b/rust/qr_reader_pc/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" hex = "0.4.3" qr_reader_phone = {path = "../qr_reader_phone"} anyhow = "1.0.79" -image = "0.24.7" +image = "0.24.8" quircs = "0.10.1" indicatif = "0.17.7"