Update proc-macro2 to 1.0.36 (#879)

This commit is contained in:
Keith Yeung
2021-12-28 12:38:20 -08:00
committed by GitHub
parent 454fc53ab9
commit c88b4e643a
2 changed files with 4 additions and 4 deletions
Generated
+3 -3
View File
@@ -8040,9 +8040,9 @@ checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
[[package]]
name = "proc-macro2"
version = "1.0.34"
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f84e92c0f7c9d58328b85a78557813e4bd845130db68d7184635344399423b1"
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
dependencies = [
"unicode-xid",
]
@@ -11606,7 +11606,7 @@ dependencies = [
"chrono",
"lazy_static",
"matchers",
"parking_lot 0.10.2",
"parking_lot 0.11.2",
"regex",
"serde",
"serde_json",
@@ -10,7 +10,7 @@ proc-macro = true
[dependencies]
syn = "1.0.81"
proc-macro2 = "1.0.27"
proc-macro2 = "1.0.36"
quote = "1.0.9"
proc-macro-crate = "1.0.0"