From 313536fd82875cb73248b2ee0b91db903bac89c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:50:11 +0000 Subject: [PATCH] build(deps): bump cc from 1.0.106 to 1.1.0 (#32746) Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.106 to 1.1.0. - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.0.106...cc-v1.1.0) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- ports/servoshell/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d0efa88993..36f9d03f1f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -681,9 +681,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.106" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "066fce287b1d4eafef758e89e09d724a24808a9196fe9756b8ca90e86d0719a2" +checksum = "eaff6f8ce506b9773fa786672d63fc7a191ffea1be33f72bbd4aeacefca9ffc8" dependencies = [ "jobserver", "libc", diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index f7bd13650cb..76a09ca1b99 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -25,7 +25,7 @@ vergen = { version = "8.3.2", features = ["git", "git2"] } # Android and OpenHarmony gl_generator = "0.14" # MacOS only -cc = "1.0" +cc = "1.1" [target.'cfg(windows)'.build-dependencies] winres = "0.1"