From b9920624b382c1dbd09b33ca5a13477db3d5e7be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 07:11:58 +0000 Subject: [PATCH] Update cc requirement from =1.0.83 to =1.0.86 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.83...1.0.86) --- 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 9df23a9..ba0e179 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ num_enum = "0.7.0" thiserror = "1.0" [build-dependencies] -cc = "=1.0.83" +cc = "=1.0.86" # Emergency patch: 1.0.86 breaks our ability to link to the expat .o files. # 1.0.84 and .85 were yanked, so going back to last known-good release.