From 8e1974229930140f6f89f981922898e65a5a08fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 20:27:49 +0000 Subject: [PATCH] Update jxl-oxide requirement from 0.5.1 to 0.7.2 in /packages/jxl/native Updates the requirements on [jxl-oxide](https://github.com/tirr-c/jxl-oxide) to permit the latest version. - [Release notes](https://github.com/tirr-c/jxl-oxide/releases) - [Changelog](https://github.com/tirr-c/jxl-oxide/blob/main/CHANGELOG.md) - [Commits](https://github.com/tirr-c/jxl-oxide/compare/0.5.1...0.7.2) --- updated-dependencies: - dependency-name: jxl-oxide dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/jxl/native/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jxl/native/Cargo.toml b/packages/jxl/native/Cargo.toml index 806ee65..4c9ab17 100644 --- a/packages/jxl/native/Cargo.toml +++ b/packages/jxl/native/Cargo.toml @@ -11,5 +11,5 @@ flutter_rust_bridge_codegen = "1.82.4" [dependencies] flutter_rust_bridge = "1.82.4" -jxl-oxide = "0.5.1" +jxl-oxide = "0.7.2" lazy_static = "1.4.0"