From ee07af3a72cd3e107d2634ca37638c8c713642f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 14:04:10 +0000 Subject: [PATCH] Bump cc from 1.0.82 to 1.0.83 (#32915) * Bump cc from 1.0.82 to 1.0.83 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.82 to 1.0.83. - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.82...1.0.83) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- programs/sbf/Cargo.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e68277f338..c6fb08c43b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -987,9 +987,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.0.82" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "305fe645edc1442a0fa8b6726ba61d422798d37a52e12eaecf4b022ebbb88f01" +checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" dependencies = [ "jobserver", "libc", diff --git a/Cargo.toml b/Cargo.toml index 508c1ef70d..ec5c58144f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -157,7 +157,7 @@ bytes = "1.2" bzip2 = "0.4.4" caps = "0.5.5" cargo_metadata = "0.15.4" -cc = "1.0.82" +cc = "1.0.83" chrono = { version = "0.4.26", default-features = false } chrono-humanize = "0.2.3" clap = "2.33.1" diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index 43b8c81fcc..9550494c73 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -871,9 +871,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.82" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "305fe645edc1442a0fa8b6726ba61d422798d37a52e12eaecf4b022ebbb88f01" +checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" dependencies = [ "jobserver", "libc",