From c2034c60fa8ae20065e7e8435a01b53a54b32010 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 07:44:01 +0000 Subject: [PATCH] Update cc requirement from > 1.0.60, <=1.0.83 to > 1.0.60, <=1.0.89 Updates the requirements on [cc](https://github.com/rust-lang/cc-rs) to permit the latest version. - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.61...1.0.88) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e9e57e2..8452149 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ num_enum = "0.7.0" thiserror = "1.0" [build-dependencies] -cc = "> 1.0.60, <=1.0.83" +cc = "> 1.0.60, <=1.0.89" # IMPORTANT: We can not upgrade to 1.0.86 or later until # https://github.com/adobe/xmp-toolkit-rs/issues/197 is resolved. # If someone has time to address that issue before we get to it,