Update proc-macro2 to compile with the latest nightly

This commit is contained in:
Kerollmops 2023-07-12 11:47:27 +02:00
parent 8e7edf8ea7
commit 8ba1c8f88f
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4

4
Cargo.lock generated
View File

@ -3213,9 +3213,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.59"
version = "1.0.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b"
checksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da"
dependencies = [
"unicode-ident",
]