From 579efe1bbef39c0017d77a0c05e230e7ef2c61ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 20:36:37 +0000 Subject: [PATCH] build(deps): bump cc from 1.1.14 to 1.1.15 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.14 to 1.1.15. - [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.14...cc-v1.1.15) --- 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 d8be56c..5a9de59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -105,9 +105,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.1.14" +version = "1.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50d2eb3cd3d1bf4529e31c215ee6f93ec5a3d536d9f578f93d9d33ee19562932" +checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6" dependencies = [ "shlex", ] diff --git a/Cargo.toml b/Cargo.toml index a895c7a..20cda8d 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.14", optional = true } +cc = {version = "1.1.15", optional = true } nasm-rs = {version = "0.3.0", optional = true } [lib]