From da8ef9740884ed5bcfaddd7766f82235ed782d91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Dec 2021 12:02:50 +0000 Subject: [PATCH] Bump proc-macro2 from 1.0.24 to 1.0.35 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.24 to 1.0.35. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.24...1.0.35) --- 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 a386b64..63d03c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -230,9 +230,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.24" +version = "1.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" +checksum = "392a54546fda6b7cc663379d0e6ce8b324cf88aecc5a499838e1be9781bdce2e" dependencies = [ "unicode-xid", ] diff --git a/Cargo.toml b/Cargo.toml index 8a09dcf..0125dd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ serde = { version = "1.0.123", features = ["derive"] } [build-dependencies] bindgen = "0.57.0" num_cpus = "1.13.0" -proc-macro2 = "1.0.24" +proc-macro2 = "1.0.35" quote = "1.0.9" syn = { version = "1.0.60", features = [ "extra-traits", "full", "fold", "parsing" ] }