Merge pull request #1227 from hannobraun/dependabot/cargo/proc-macro2-1.0.47

Bump proc-macro2 from 1.0.46 to 1.0.47
This commit is contained in:
Hanno Braun 2022-10-17 14:42:23 +02:00 committed by GitHub
commit 706d655728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -14,7 +14,7 @@ categories.workspace = true
proc-macro = true
[dependencies]
proc-macro2 = "1.0.43"
proc-macro2 = "1.0.47"
quote = "1.0.21"
[dependencies.serde]