From 2767889dc1a2422fdcc224476e8b9c2cbf1f4f52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 07:26:37 +0000 Subject: [PATCH] Update cc requirement from > 1.0.60, <=1.0.83 to > 1.0.60, <=1.0.91 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.90) --- 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..a5de497 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.91" # 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,