diff --git a/Cargo.lock b/Cargo.lock index 39ec07b0a..7a7bc1956 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -170,9 +170,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", ] diff --git a/rust-bindings/Cargo.toml b/rust-bindings/Cargo.toml index 1b77d97a8..27d8696fa 100644 --- a/rust-bindings/Cargo.toml +++ b/rust-bindings/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/Chia-Network/chiapos" repository = "https://github.com/Chia-Network/chiapos" [dependencies] -link-cplusplus = "1.0.10" +link-cplusplus = "1.0.12" [build-dependencies] bindgen = "0.72.0"