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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-03 09:50:46 +00:00 committed by James Hodgkinson
parent fa905a60d5
commit a7b649d82c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",
]

View file

@ -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"