From a7b649d82ce97f837ba3dfc22324a4482683783a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 09:50:46 +0000 Subject: [PATCH] chore(deps): bump proc-macro2 from 1.0.54 to 1.0.56 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.54 to 1.0.56. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.54...1.0.56) --- 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 417a1acee..ab6627ba6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3421,9 +3421,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" [[package]] name = "proc-macro2" -version = "1.0.54" +version = "1.0.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e472a104799c74b514a57226160104aa483546de37e839ec50e3c2e41dd87534" +checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" dependencies = [ "unicode-ident", ] diff --git a/Cargo.toml b/Cargo.toml index 017c3f538..1aa177f8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ openssl-sys = "^0.9" openssl = "^0.10.48" paste = "^1.0.12" pkg-config = "^0.3.26" -proc-macro2 = "1.0.54" +proc-macro2 = "1.0.56" profiles = { path = "./libs/profiles" } qrcode = "^0.12.0" quote = "1"