Bump proc-macro2 from 1.0.39 to 1.0.40

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

---
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]
2022-06-20 20:39:33 +00:00
committed by Chevdor
parent 15e7db81d7
commit 72d8963e53
2 changed files with 3 additions and 3 deletions
@@ -10,7 +10,7 @@ proc-macro = true
[dependencies]
syn = "1.0.96"
proc-macro2 = "1.0.39"
proc-macro2 = "1.0.40"
quote = "1.0.18"
proc-macro-crate = "1.1.3"