Bump proc-macro2 from 1.0.38 to 1.0.39 (#1268)

Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.38 to 1.0.39.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.38...1.0.39)

---
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]
2022-05-18 08:56:25 +02:00
committed by GitHub
parent 6ceca1d373
commit 15ce82c7cc
@@ -10,7 +10,7 @@ proc-macro = true
[dependencies]
syn = "1.0.94"
proc-macro2 = "1.0.38"
proc-macro2 = "1.0.39"
quote = "1.0.18"
proc-macro-crate = "1.1.3"