Bump proc-macro2 from 1.0.26 to 1.0.28 (#9451)

Bumps [proc-macro2](https://github.com/alexcrichton/proc-macro2) from 1.0.26 to 1.0.28.
- [Release notes](https://github.com/alexcrichton/proc-macro2/releases)
- [Commits](https://github.com/alexcrichton/proc-macro2/compare/1.0.26...1.0.28)

---
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]
2021-07-28 09:43:58 +00:00
committed by GitHub
parent c5be63ce6d
commit 79052e281a
11 changed files with 12 additions and 12 deletions
@@ -18,7 +18,7 @@ proc-macro = true
[dependencies]
quote = "1.0.3"
syn = { version = "1.0.58", features = ["full", "fold", "extra-traits", "visit"] }
proc-macro2 = "1.0.6"
proc-macro2 = "1.0.28"
blake2-rfc = { version = "0.2.18", default-features = false }
proc-macro-crate = "1.0.0"