From 5351762e09453aec9c9577eefcc9a0f6a5e54fb8 Mon Sep 17 00:00:00 2001 From: Matt Fellenz Date: Fri, 3 Nov 2023 00:39:05 -0700 Subject: [PATCH] Bump image --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79ba369..e8826a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1188,7 +1188,7 @@ dependencies = [ [[package]] name = "image" version = "0.24.7" -source = "git+https://github.com/mattfbacon/image?rev=b15a1dad#b15a1dad51c68b343c4d4592aa22e9bb38ed8326" +source = "git+https://github.com/mattfbacon/image?rev=5bbee1e2#5bbee1e2470c9266ef7560bf8f0e7c27f87e85ce" dependencies = [ "bytemuck", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index d913ae6..0b65d5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,4 +24,4 @@ time = { version = "0.3", features = ["macros", "formatting", "local-offset"] } toml = "0.8" [patch.crates-io] -image = { git = "https://github.com/mattfbacon/image", rev = "b15a1dad" } +image = { git = "https://github.com/mattfbacon/image", rev = "5bbee1e2" }