From 1634a3c6f335ef02ec65c042f4d67eaf49d3a170 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 11:03:43 +0000 Subject: [PATCH] Bump exr from 1.73.0 to 1.74.0 Bumps [exr](https://github.com/johannesvollmer/exrs) from 1.73.0 to 1.74.0. - [Release notes](https://github.com/johannesvollmer/exrs/releases) - [Commits](https://github.com/johannesvollmer/exrs/commits/v1.74.0) --- updated-dependencies: - dependency-name: exr dependency-version: 1.74.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 94413da..5093ac2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,9 +161,9 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" [[package]] name = "exr" -version = "1.73.0" +version = "1.74.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0" +checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be" dependencies = [ "bit_field", "half", diff --git a/Cargo.toml b/Cargo.toml index 74a9612..29a3835 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] rand = "0.9.2" rayon = "1.10.0" -exr = "1.73.0" +exr = "1.74.0" clap = { version = "4.5.43", features = ["derive"] } [profile.release]