From ec60d26f053d3997ee9f060e7fa0101c343e77b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 20:30:05 +0000 Subject: [PATCH] build(deps): bump cc from 1.2.10 to 1.2.11 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.10 to 1.2.11. - [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.10...cc-v1.2.11) --- 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 40d0c60..1928240 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,9 +111,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.2.10" +version = "1.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229" +checksum = "e4730490333d58093109dc02c23174c3f4d490998c3fed3cc8e82d57afedb9cf" dependencies = [ "shlex", ] diff --git a/Cargo.toml b/Cargo.toml index 8415ccf..c91beb0 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.2.10", optional = true } +cc = {version = "1.2.11", optional = true } nasm-rs = {version = "0.3.0", optional = true } [lib]