From 1a24df117acfa06bd1002c26a903621a604831aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 04:19:05 +0000 Subject: [PATCH] chore(deps): bump cc from 1.1.31 to 1.2.4 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.31 to 1.2.4. - [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.31...cc-v1.2.4) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- llrt/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef7f7e9806..8ff5c84e19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -344,9 +344,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.1.31" +version = "1.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f" +checksum = "9157bbaa6b165880c27a4293a474c91cdcf265cc68cc829bf10be0964a391caf" dependencies = [ "jobserver", "libc", diff --git a/llrt/Cargo.toml b/llrt/Cargo.toml index 6da651f426..bb05951596 100644 --- a/llrt/Cargo.toml +++ b/llrt/Cargo.toml @@ -22,7 +22,7 @@ tokio = { version = "1", features = ["full"] } [target.'cfg(not(target_os = "windows"))'.dependencies] snmalloc-rs = { version = "0.3.7", features = ["lto"] } # FIXME remove when https://github.com/rust-lang/cc-rs/issues/1278 is resolved -cc = "=1.1.31" +cc = "=1.2.4" [[bin]] name = "llrt"