Bump proc-macro2 from 1.0.60 to 1.0.63 (#2787)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-06-28 11:24:18 +00:00
committed by GitHub
parent 7abc7f8ec3
commit 4baf9072aa
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -10732,9 +10732,9 @@ dependencies = [
[[package]] [[package]]
name = "proc-macro2" name = "proc-macro2"
version = "1.0.60" version = "1.0.63"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406" checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
dependencies = [ dependencies = [
"unicode-ident", "unicode-ident",
] ]
@@ -10,7 +10,7 @@ proc-macro = true
[dependencies] [dependencies]
syn = "2.0.18" syn = "2.0.18"
proc-macro2 = "1.0.60" proc-macro2 = "1.0.63"
quote = "1.0.28" quote = "1.0.28"
proc-macro-crate = "1.3.1" proc-macro-crate = "1.3.1"