From 57da44195fe3b9fb630ef8f622c2a9ecbb6a7147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 12:03:24 +0000 Subject: [PATCH] Bump proc-macro2 from 1.0.24 to 1.0.33 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.24 to 1.0.33. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.24...1.0.33) --- 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..0e3a464 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -230,9 +230,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.24" +version = "1.0.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" +checksum = "fb37d2df5df740e582f28f8560cf425f52bb267d872fe58358eadb554909f07a" dependencies = [ "unicode-xid", ] diff --git a/Cargo.toml b/Cargo.toml index 8a09dcf..cc3d215 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.33" quote = "1.0.9" syn = { version = "1.0.60", features = [ "extra-traits", "full", "fold", "parsing" ] }