From d7ca67e391c141cecc40a85da2133de312e9020f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 20:30:01 +0000 Subject: [PATCH] build(deps): bump cc from 1.1.31 to 1.1.36 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.31 to 1.1.36. - [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.1.36) --- 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 22578ce..257fffc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,9 +111,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.1.31" +version = "1.1.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f" +checksum = "baee610e9452a8f6f0a1b6194ec09ff9e2d85dea54432acdae41aa0761c95d70" dependencies = [ "shlex", ] diff --git a/Cargo.toml b/Cargo.toml index 679081d..4ef17a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ wasm-bindgen-test = "0.3.43" [build-dependencies] # Dependencies for the build script -cc = {version = "1.1.31", optional = true } +cc = {version = "1.1.36", optional = true } nasm-rs = {version = "0.3.0", optional = true } [lib]