From 3eddc0a61eb5947c0cfc7613bd778931f75e2ec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 23:30:42 +0000 Subject: [PATCH] Bump proc-macro-crate from 1.3.1 to 3.2.0 Bumps [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) from 1.3.1 to 3.2.0. - [Release notes](https://github.com/bkchr/proc-macro-crate/releases) - [Commits](https://github.com/bkchr/proc-macro-crate/compare/v1.3.1...v3.2.0) --- updated-dependencies: - dependency-name: proc-macro-crate dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 57 ++---------------------------------------------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 56 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7df0d8b8d..22d604214 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -322,15 +322,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "chia-bls-fuzz" -version = "0.13.0" -dependencies = [ - "chia-bls 0.13.0", - "libfuzzer-sys", - "pyo3", -] - [[package]] name = "chia-client" version = "0.13.0" @@ -400,19 +391,6 @@ dependencies = [ "rstest", ] -[[package]] -name = "chia-protocol-fuzz" -version = "0.13.0" -dependencies = [ - "arbitrary", - "chia-protocol", - "chia-traits 0.11.0", - "clvm-traits", - "clvmr", - "hex", - "libfuzzer-sys", -] - [[package]] name = "chia-puzzles" version = "0.13.0" @@ -428,17 +406,6 @@ dependencies = [ "num-bigint", ] -[[package]] -name = "chia-puzzles-fuzz" -version = "0.13.0" -dependencies = [ - "chia-puzzles", - "clvm-traits", - "clvmr", - "libfuzzer-sys", - "pyo3", -] - [[package]] name = "chia-ssl" version = "0.11.0" @@ -496,7 +463,7 @@ dependencies = [ name = "chia_py_streamable_macro" version = "0.13.0" dependencies = [ - "proc-macro-crate 1.3.1", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn", @@ -536,7 +503,7 @@ name = "chia_streamable_macro" version = "0.11.0" dependencies = [ "clvmr", - "proc-macro-crate 1.3.1", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn", @@ -639,15 +606,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "clvm-traits-fuzz" -version = "0.13.0" -dependencies = [ - "clvm-traits", - "clvmr", - "libfuzzer-sys", -] - [[package]] name = "clvm-utils" version = "0.13.0" @@ -658,17 +616,6 @@ dependencies = [ "rstest", ] -[[package]] -name = "clvm-utils-fuzz" -version = "0.13.0" -dependencies = [ - "chia-fuzz", - "clvm-traits", - "clvm-utils", - "clvmr", - "libfuzzer-sys", -] - [[package]] name = "clvmr" version = "0.8.0" diff --git a/Cargo.toml b/Cargo.toml index 80c858591..ab08b4bce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ clvmr = "0.8.0" syn = "2.0.75" quote = "1.0.32" proc-macro2 = "1.0.84" -proc-macro-crate = "1.3.1" +proc-macro-crate = "3.2.0" anyhow = "1.0.86" sha2 = "0.10.8" hkdf = "0.12.0"