From 5086bb70be35ce1098f3ec91165afba58e263982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 23:28:22 +0000 Subject: [PATCH] Bump proc-macro2 from 1.0.84 to 1.0.86 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.84 to 1.0.86. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.84...1.0.86) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 49 ++----------------------------------------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 48 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f8721960..2341874b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -327,15 +327,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "chia-bls-fuzz" -version = "0.10.0" -dependencies = [ - "chia-bls 0.10.0", - "libfuzzer-sys", - "pyo3", -] - [[package]] name = "chia-client" version = "0.10.0" @@ -407,20 +398,6 @@ dependencies = [ "sha2", ] -[[package]] -name = "chia-protocol-fuzz" -version = "0.10.0" -dependencies = [ - "arbitrary", - "chia-protocol", - "chia-traits 0.10.0", - "clvm-traits", - "clvmr", - "hex", - "libfuzzer-sys", - "sha2", -] - [[package]] name = "chia-puzzles" version = "0.10.0" @@ -437,17 +414,6 @@ dependencies = [ "sha2", ] -[[package]] -name = "chia-puzzles-fuzz" -version = "0.10.0" -dependencies = [ - "chia-puzzles", - "clvm-traits", - "clvmr", - "libfuzzer-sys", - "pyo3", -] - [[package]] name = "chia-ssl" version = "0.10.0" @@ -659,17 +625,6 @@ dependencies = [ "rstest", ] -[[package]] -name = "clvm-utils-fuzz" -version = "0.10.0" -dependencies = [ - "chia-fuzz", - "clvm-traits", - "clvm-utils", - "clvmr", - "libfuzzer-sys", -] - [[package]] name = "clvmr" version = "0.7.0" @@ -1703,9 +1658,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.84" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6" +checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" dependencies = [ "unicode-ident", ] diff --git a/Cargo.toml b/Cargo.toml index 641250375..97c0f3866 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,7 @@ blst = { version = "0.3.12", features = ["portable"] } clvmr = "0.7.0" syn = "2.0.66" quote = "1.0.32" -proc-macro2 = "1.0.84" +proc-macro2 = "1.0.86" proc-macro-crate = "1.3.1" anyhow = "1.0.86" sha2 = "0.10.8"