From dc1ef1ed8ba605238b7e82e7f227908c701f4f5f Mon Sep 17 00:00:00 2001 From: ZeWaka Date: Mon, 15 Apr 2024 20:03:06 -0700 Subject: [PATCH] routine updates --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 956fc34..9b60a3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,8 @@ exclude = ["src/tests.rs", "tests/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bitflags = "2.4.1" +bitflags = "2.5.0" deflate = "1.0" -image = { version = "0.24.7", default-features = false, features = ["png"] } +image = { version = "0.25.1", default-features = false, features = ["png"] } inflate = "0.4.5" thiserror = "1.0"