diff --git a/Cargo.lock b/Cargo.lock index 28a5ab94..0d7d6aba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1088,16 +1088,15 @@ 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", "color_quant", "gif", "jpeg-decoder", - "num-rational", "num-traits", "png", ] @@ -1476,17 +1475,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "num-rational" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" -dependencies = [ - "autocfg", - "num-integer", - "num-traits", -] - [[package]] name = "num-traits" version = "0.2.16" diff --git a/Cargo.toml b/Cargo.toml index c3cb7c56..284763ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ reqwest = { version = "0.11.23", default-features = false, features = ["rustls-t # Used for conduit::Error type thiserror = "1.0.56" # Used to generate thumbnails for images -image = { version = "0.24.7", default-features = false, features = ["jpeg", "png", "gif", "webp"] } +image = { version = "0.24.8", default-features = false, features = ["jpeg", "png", "gif", "webp"] } # Used to encode server public key base64 = "0.21.7" # Used when hashing the state