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 ebbf6b6e21
commit c8a9259a02
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -8499,9 +8499,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.39"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7"
dependencies = [
"unicode-ident",
]
@@ -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"