build(deps): bump proc-macro2 from 1.0.41 to 1.0.42

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

---
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-08-02 17:35:59 +00:00 committed by relrelb
parent bb96025800
commit f7f84418f9
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2785,9 +2785,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.41"
version = "1.0.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdcc2916cde080c1876ff40292a396541241fe0072ef928cd76582e9ea5d60d2"
checksum = "c278e965f1d8cf32d6e0e96de3d3e79712178ae67986d9cf9151f51e95aac89b"
dependencies = [
"unicode-ident",
]

View File

@ -5,6 +5,6 @@ edition = "2021"
[dependencies]
convert_case = "0.5.0"
proc-macro2 = "1.0.40"
proc-macro2 = "1.0.42"
quote = "1.0.20"
swf = { path = "../../swf" }