From 0c067bbbce57a62fa157bdd71641368ef65d3fec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 14:38:22 +0000 Subject: [PATCH] Bump proc-macro2 from 1.0.51 to 1.0.52 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.51 to 1.0.52. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.51...1.0.52) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/fj-proc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 091e2ecdd..f345d99a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2702,9 +2702,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.51" +version = "1.0.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" +checksum = "1d0e1ae9e836cc3beddd63db0df682593d7e2d3d891ae8c9083d2113e1744224" dependencies = [ "unicode-ident", ] diff --git a/crates/fj-proc/Cargo.toml b/crates/fj-proc/Cargo.toml index ce1875873..87280ada9 100644 --- a/crates/fj-proc/Cargo.toml +++ b/crates/fj-proc/Cargo.toml @@ -14,7 +14,7 @@ categories.workspace = true proc-macro = true [dependencies] -proc-macro2 = "1.0.51" +proc-macro2 = "1.0.52" quote = "1.0.23" [dependencies.serde]