From 5f7d81e47c966a9fbb9881b472d8fec15de1cb94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 10:15:46 +0000 Subject: [PATCH] chore(deps): bump proc-macro2 from 1.0.64 to 1.0.66 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.64 to 1.0.66. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.64...1.0.66) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- testing-macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dde1fe182e..f58123ef31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5731,9 +5731,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" [[package]] name = "proc-macro2" -version = "1.0.64" +version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da" +checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" dependencies = [ "unicode-ident", ] diff --git a/testing-macros/Cargo.toml b/testing-macros/Cargo.toml index 6f78f7161d..26ee55681e 100644 --- a/testing-macros/Cargo.toml +++ b/testing-macros/Cargo.toml @@ -89,7 +89,7 @@ serde = { version = "1.0.171", features = ["derive"] } # proc macro stuff quote = "1.0.30" syn = { version = "2.0.26", features = ["full", "extra-traits"] } -proc-macro2 = "1.0.64" +proc-macro2 = "1.0.66" derive_builder = "0.12.0" [dev-dependencies]