build(deps): bump proc-macro2 from 1.0.43 to 1.0.46

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

---
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-10-04 09:54:28 +00:00 committed by relrelb
parent 356877c88e
commit 0547155749
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2867,9 +2867,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.43"
version = "1.0.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b"
dependencies = [
"unicode-ident",
]

View File

@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
convert_case = "0.6.0"
proc-macro2 = "1.0.43"
proc-macro2 = "1.0.46"
quote = "1.0.21"
swf = { path = "../../swf" }
clap = {version = "3.2.20", features = ["derive"]}