Bump proc-macro2 from 1.0.56 to 1.0.58 (#2592)

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

---
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-05-17 21:46:57 +00:00
committed by GitHub
parent 5fb86be53f
commit 93cf3908e0
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -10070,9 +10070,9 @@ dependencies = [
[[package]] [[package]]
name = "proc-macro2" name = "proc-macro2"
version = "1.0.56" version = "1.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" checksum = "fa1fb82fc0c281dd9671101b66b771ebbe1eaf967b96ac8740dcba4b70005ca8"
dependencies = [ dependencies = [
"unicode-ident", "unicode-ident",
] ]
@@ -10,7 +10,7 @@ proc-macro = true
[dependencies] [dependencies]
syn = "2.0.15" syn = "2.0.15"
proc-macro2 = "1.0.54" proc-macro2 = "1.0.58"
quote = "1.0.27" quote = "1.0.27"
proc-macro-crate = "1.3.1" proc-macro-crate = "1.3.1"