From ed50b384632e33f560cf61dcf272b58ae305e247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 12:35:38 +0000 Subject: [PATCH] Bump proc-macro2 from 1.0.46 to 1.0.47 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.46 to 1.0.47. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.46...1.0.47) --- 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 ef4b7f2e2..9b0b68018 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2506,9 +2506,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.46" +version = "1.0.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b" +checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725" dependencies = [ "unicode-ident", ] diff --git a/crates/fj-proc/Cargo.toml b/crates/fj-proc/Cargo.toml index 834f62199..f1d3eee29 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.43" +proc-macro2 = "1.0.47" quote = "1.0.21" [dependencies.serde]