Bump proc-macro-crate from 1.1.2 to 1.1.3 (#4977)

Bumps [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/bkchr/proc-macro-crate/releases)
- [Commits](https://github.com/bkchr/proc-macro-crate/commits)

---
updated-dependencies:
- dependency-name: proc-macro-crate
  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]
2022-02-24 10:20:27 +00:00
committed by GitHub
parent 5962c57727
commit 1ea0f60a72
2 changed files with 16 additions and 16 deletions
@@ -15,7 +15,7 @@ proc-macro = true
syn = { version = "1.0.86", features = ["full", "extra-traits"] }
quote = "1.0.15"
proc-macro2 = "1.0.36"
proc-macro-crate = "1.1.2"
proc-macro-crate = "1.1.3"
expander = "0.0.4"
[dev-dependencies]