From 695e6b95cb1fc0bc42a06fb1d1ca1fea47c67ce8 Mon Sep 17 00:00:00 2001 From: ice_iix Date: Sun, 23 Oct 2022 16:16:25 -0700 Subject: [PATCH] Bump image 0.24.4. Closes #730, closes #733 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7fb4cdc..a52a5e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ serde = "1.0.142" serde_json = "1.0.83" flate2 = { version = "1.0.24", features = ["rust_backend"], default-features = false } zip = { version = "0.6.2", features = ["deflate"], default-features = false } -image = "0.24.3" +image = "0.24.4" getrandom = { version = "0.2.7", features = ["js"] } rand = "0.8.5" rand_pcg = "0.3.1"