Bump proc-macro2

This commit is contained in:
Laurențiu Nicola 2022-10-15 13:02:10 +03:00
parent 792920f441
commit f5bbf9a06a
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1183,9 +1183,9 @@ version = "0.0.0"
[[package]]
name = "proc-macro2"
version = "1.0.43"
version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
dependencies = [
"unicode-ident",
]

View file

@ -28,7 +28,7 @@ profile = { path = "../profile", version = "0.0.0" }
[dev-dependencies]
rayon = "1.5.3"
expect-test = "1.4.0"
proc-macro2 = "1.0.39"
proc-macro2 = "1.0.47"
quote = "1.0.20"
ungrammar = "1.16.1"