From fcd31233a34f298f410e58c59b501baa78aab181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 03:14:12 +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] --- docker/test/fixtures/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/test/fixtures/rust/Cargo.toml b/docker/test/fixtures/rust/Cargo.toml index 29c73db..1b5c5fb 100644 --- a/docker/test/fixtures/rust/Cargo.toml +++ b/docker/test/fixtures/rust/Cargo.toml @@ -8,7 +8,7 @@ cpp = [] [build-dependencies] # https://github.com/rust-lang/cc-rs/issues/959 -cc = "=1.0.83" +cc = "=1.0.86" # TODO: 0.1.49 fails for android cmake = "=0.1.48"