diff --git a/Cargo.lock b/Cargo.lock index 6c1e465..b43e2d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -209,9 +209,9 @@ dependencies = [ [[package]] name = "image" -version = "0.24.3" +version = "0.24.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e30ca2ecf7666107ff827a8e481de6a132a9b687ed3bb20bb1c144a36c00964" +checksum = "bd8e4fb07cf672b1642304e731ef8a6a4c7891d67bb4fd4f5ce58cd6ed86803c" dependencies = [ "bytemuck", "byteorder", diff --git a/docx-core/Cargo.toml b/docx-core/Cargo.toml index 9ad5d66..a270491 100644 --- a/docx-core/Cargo.toml +++ b/docx-core/Cargo.toml @@ -27,7 +27,7 @@ zip = { version = "0.6.2", default-features = false, features = ["deflate"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" base64 = "0.13.0" -image = { version = "0.24.3", default-features = false, features=["gif", "jpeg", "png", "bmp", "tiff"] } +image = { version = "0.24.4", default-features = false, features=["gif", "jpeg", "png", "bmp", "tiff"] } ts-rs = "6.1" [dev-dependencies]