From 42716c134e5bcea56e76ae362c0e6224aaed8deb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 09:40:33 +0000 Subject: [PATCH] chore(deps): bump image from 0.24.7 to 0.24.8 in /rust (#2288) --- rust/Cargo.lock | 5 ++--- rust/qr_reader_pc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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"