From 71f8fdb87452d2c6b864c74db0aa25d6f875295a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 20:21:15 +0000 Subject: [PATCH] build(deps): bump cc from 1.1.19 to 1.1.20 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.19 to 1.1.20. - [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.19...cc-v1.1.20) --- 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 9873a1c..6f8848f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,9 +111,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.1.19" +version = "1.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d74707dde2ba56f86ae90effb3b43ddd369504387e718014de010cec7959800" +checksum = "45bcde016d64c21da4be18b655631e5ab6d3107607e71a73a9f53eb48aae23fb" dependencies = [ "shlex", ] diff --git a/Cargo.toml b/Cargo.toml index fca0c7d..1bd0a22 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.19", optional = true } +cc = {version = "1.1.20", optional = true } nasm-rs = {version = "0.3.0", optional = true } [lib]