diff --git a/Cargo.lock b/Cargo.lock index 3199ef2d2..a9b16ddcf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1550,9 +1550,9 @@ dependencies = [ [[package]] name = "image" -version = "0.25.0" +version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9b4f005360d32e9325029b38ba47ebd7a56f3316df09249368939562d518645" +checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11" dependencies = [ "bytemuck", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 4569aa096..52fee72bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tokio = {version="1.37", features=["full"]} dirs = "5.0" csv = "1.3" -image="0.25" +image="0.25.1" leaky-cauldron = {path="crates/leaky-cauldron"} tokio-util = {version="0.7.10", optional=true, features=["codec"]}