From 85b8cc3de0110f6a32b9988337443a2e5222207f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jun 2023 22:30:07 +0000 Subject: [PATCH] chore(deps): bump proc-macro2 from 1.0.60 to 1.0.63 (#1776) Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.60 to 1.0.63. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.60...1.0.63) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index edf0ceac6..6c99edecd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3739,9 +3739,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" [[package]] name = "proc-macro2" -version = "1.0.60" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406" +checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb" dependencies = [ "unicode-ident", ] diff --git a/Cargo.toml b/Cargo.toml index a6c5f0f73..d538f6c6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,7 @@ openssl-sys = "^0.9" openssl = "^0.10.55" paste = "^1.0.12" pkg-config = "^0.3.27" -proc-macro2 = "1.0.60" +proc-macro2 = "1.0.63" profiles = { path = "./libs/profiles" } qrcode = "^0.12.0" quote = "1"