Bump proc-macro2 from 1.0.56 to 1.0.57 (#1061)

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

---
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-16 03:01:54 +00:00 committed by GitHub
parent ec59445a98
commit 249e4c4634
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -14,6 +14,6 @@ proc-macro = true
[dependencies]
leon = { version = "2.0.0", path = "../leon", default-features = false }
proc-macro2 = "1.0.56"
proc-macro2 = "1.0.57"
syn = { version = "2.0.16", default-features = false, features = ["proc-macro", "parsing"] }
quote = "1.0.27"