From 5dde6b56cfce0b694c8ba78cecf2e00e0072abd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 10:20:58 +0000 Subject: [PATCH] Bump cc from 1.1.12 to 1.1.13 in /src/rust Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.12 to 1.1.13. - [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.12...cc-v1.1.13) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/rust/Cargo.lock | 4 ++-- src/rust/cryptography-cffi/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock index f5cded6bf76a..5f38153c5bec 100644 --- a/src/rust/Cargo.lock +++ b/src/rust/Cargo.lock @@ -42,9 +42,9 @@ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "cc" -version = "1.1.12" +version = "1.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68064e60dbf1f17005c2fde4d07c16d8baa506fd7ffed8ccab702d93617975c7" +checksum = "72db2f7947ecee9b03b510377e8bb9077afa27176fdbff55c51027e976fdcc48" dependencies = [ "shlex", ] diff --git a/src/rust/cryptography-cffi/Cargo.toml b/src/rust/cryptography-cffi/Cargo.toml index 1822ee4587a1..c535a440aa6d 100644 --- a/src/rust/cryptography-cffi/Cargo.toml +++ b/src/rust/cryptography-cffi/Cargo.toml @@ -11,4 +11,4 @@ pyo3 = { version = "0.22.2", features = ["abi3"] } openssl-sys = "0.9.103" [build-dependencies] -cc = "1.1.12" +cc = "1.1.13"