chore(deps): bump proc-macro2 from 1.0.79 to 1.0.80

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

---
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] 2024-04-15 03:36:06 +00:00 committed by Sevki
parent 34defca980
commit a76b990e3b
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1167,9 +1167,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.79"
version = "1.0.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
checksum = "a56dea16b0a29e94408b9aa5e2940a4eedbd128a1ba20e8f7ae60fd3d465af0e"
dependencies = [
"unicode-ident",
]

View file

@ -13,7 +13,7 @@ edition = "2021"
# need to use `syn` to parse the input and then use `quote` to generate the
syn = { version = "2.0.58", features = ["full", "extra-traits"] }
quote = "^1"
proc-macro2 = "1.0.79"
proc-macro2 = "1.0.80"
paste = "1.0.14"
convert_case = "0.6.0"
sha256 = "1.5.0"