From 9af92db235820dac6d193625a6584a25c0399811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 23:20:07 +0000 Subject: [PATCH] Bump proc-macro2 from 1.0.89 to 1.0.92 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.89 to 1.0.92. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.89...1.0.92) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d6fd614e0..f0254eef5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1782,9 +1782,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.89" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" +checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" dependencies = [ "unicode-ident", ] diff --git a/Cargo.toml b/Cargo.toml index e2f8a2ed0..edd7e9137 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -122,7 +122,7 @@ blst = { version = "0.3.12", features = ["portable"] } clvmr = "0.10.0" syn = "2.0.87" quote = "1.0.32" -proc-macro2 = "1.0.89" +proc-macro2 = "1.0.92" proc-macro-crate = "1.3.1" anyhow = "1.0.93" sha2 = "0.10.8"