From 59a240b1a37b5866bd540ad81f9cdeb6ec65d377 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 04:52:25 +0000 Subject: [PATCH] Bump image from 0.23.12 to 0.23.14 Bumps [image](https://github.com/image-rs/image) from 0.23.12 to 0.23.14. - [Release notes](https://github.com/image-rs/image/releases) - [Changelog](https://github.com/image-rs/image/blob/master/CHANGES.md) - [Commits](https://github.com/image-rs/image/compare/v0.23.12...v0.23.14) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9657126..bc6890b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -537,9 +537,9 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "image" -version = "0.23.12" +version = "0.23.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ce04077ead78e39ae8610ad26216aed811996b043d47beed5090db674f9e9b5" +checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1" dependencies = [ "bytemuck", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 63a105d..a7385da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ serde = { version = "1.0.123", features = ["derive"] } toml = "0.5.8" rayon = "1.5.0" glutin = "0.26.0" -image = { version = "0.23.12", default-features = false, features = ["png"] } +image = { version = "0.23.14", default-features = false, features = ["png"] } glam = "0.9.4" rand = "0.7.3" rand_distr = "0.3.0"