From 1faf4bb8f911df6810aa6aef66a3fc9748ae9ddb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 03:36:45 +0000 Subject: [PATCH] Bump cc from 1.1.37 to 1.2.1 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.37 to 1.2.1. - [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.1.37...cc-v1.2.1) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- dylint-link/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8766f2ea7..0a09b65fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -478,9 +478,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.1.37" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40545c26d092346d8a8dab71ee48e7685a7a9cba76e634790c215b41a4a7b4cf" +checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" dependencies = [ "jobserver", "libc", diff --git a/dylint-link/Cargo.toml b/dylint-link/Cargo.toml index 4de8bd472..921a58522 100644 --- a/dylint-link/Cargo.toml +++ b/dylint-link/Cargo.toml @@ -33,4 +33,4 @@ dylint_internal = { version = "=3.2.1", path = "../internal", features = [ workspace = true [target.'cfg(target_os = "windows")'.dependencies] -cc = "1.1" +cc = "1.2"