From 5f407992f85ab855352db164d275058201bcf512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 21:06:24 +0000 Subject: [PATCH] Bump link-cplusplus from 1.0.10 to 1.0.12 Bumps [link-cplusplus](https://github.com/dtolnay/link-cplusplus) from 1.0.10 to 1.0.12. - [Release notes](https://github.com/dtolnay/link-cplusplus/releases) - [Commits](https://github.com/dtolnay/link-cplusplus/compare/1.0.10...1.0.12) --- updated-dependencies: - dependency-name: link-cplusplus dependency-version: 1.0.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++-------- rust_bindings/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2120d53..1c978b40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -178,9 +178,9 @@ dependencies = [ [[package]] name = "link-cplusplus" -version = "1.0.10" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212" +checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82" dependencies = [ "cc", ] @@ -213,12 +213,6 @@ dependencies = [ "minimal-lexical", ] -[[package]] -name = "once_cell" -version = "1.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" - [[package]] name = "prettyplease" version = "0.2.19" diff --git a/rust_bindings/Cargo.toml b/rust_bindings/Cargo.toml index 970824bc..2dc76309 100644 --- a/rust_bindings/Cargo.toml +++ b/rust_bindings/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/Chia-Network/chiavdf" repository = "https://github.com/Chia-Network/chiavdf" [dependencies] -link-cplusplus = "1.0.10" +link-cplusplus = "1.0.12" [build-dependencies] bindgen = "0.72.0"