From 4dacb38b52d8f5bb906c0bff76133f45fc4a3b9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 21:32:02 +0000 Subject: [PATCH] chore(deps): bump proc-macro2 from 1.0.64 to 1.0.66 (#1860) 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] 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 3f46ba5e9..55cfe47c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3874,9 +3874,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/Cargo.toml b/Cargo.toml index fb7a16f84..aa3a0e91b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,7 +108,7 @@ openssl-sys = "^0.9" openssl = "^0.10.55" paste = "^1.0.12" pkg-config = "^0.3.27" -proc-macro2 = "1.0.64" +proc-macro2 = "1.0.66" profiles = { path = "./libs/profiles" } qrcode = "^0.12.0" quote = "1"