From 1bc15b1d8b23becaf8eb9e1ab8cd4099e264d2ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 12:43:03 +0000 Subject: [PATCH] Bump cc from 1.0.80 to 1.0.81 in /src/rust (#9348) Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.80 to 1.0.81. - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.80...1.0.81) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/rust/Cargo.lock | 4 ++-- src/rust/Cargo.toml | 2 +- src/rust/cryptography-cffi/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock index 864fb76a2..6cadf2b18 100644 --- a/src/rust/Cargo.lock +++ b/src/rust/Cargo.lock @@ -42,9 +42,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "cc" -version = "1.0.80" +version = "1.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51f1226cd9da55587234753d1245dd5b132343ea240f26b6a9003d68706141ba" +checksum = "6c6b2562119bf28c3439f7f02db99faf0aa1a8cdfe5772a2ee155d32227239f0" dependencies = [ "libc", ] diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index cabf70918..e17a4a3d3 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -21,7 +21,7 @@ foreign-types-shared = "0.1" self_cell = "1" [build-dependencies] -cc = "1.0.80" +cc = "1.0.81" [features] extension-module = ["pyo3/extension-module"] diff --git a/src/rust/cryptography-cffi/Cargo.toml b/src/rust/cryptography-cffi/Cargo.toml index 7891c0ebb..10b1ab4f0 100644 --- a/src/rust/cryptography-cffi/Cargo.toml +++ b/src/rust/cryptography-cffi/Cargo.toml @@ -12,4 +12,4 @@ pyo3 = { version = "0.19", features = ["abi3-py37"] } openssl-sys = "0.9.90" [build-dependencies] -cc = "1.0.80" +cc = "1.0.81"