From b3a45e1e984fec1f6c904cb0528ba49994d7ae94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 13:04:42 +0000 Subject: [PATCH] build(deps): bump cc from 1.2.6 to 1.2.7 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.6 to 1.2.7. - [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.2.6...cc-v1.2.7) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bdf6d7fe..d87269ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -143,9 +143,9 @@ checksum = "1582e1c9e755dd6ad6b224dcffb135d199399a4568d454bd89fe515ca8425695" [[package]] name = "cc" -version = "1.2.6" +version = "1.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d6dbb628b8f8555f86d0323c2eb39e3ec81901f4b83e091db8a6a76d316a333" +checksum = "a012a0df96dd6d06ba9a1b29d6402d1a5d77c6befd2566afdc26e10603dc93d7" dependencies = [ "jobserver", "libc", diff --git a/Cargo.toml b/Cargo.toml index fa72874b..1fce459b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ directories-next = "2.0.0" xdg = "2.5.2" [build-dependencies] -cc = { version = "1.2.6", features = ["parallel"] } +cc = { version = "1.2.7", features = ["parallel"] } phf = { version = "0.11.2", features = ["macros"] } anyhow = "1.0.95" cargo-emit = "0.2.1"