maint: updating proc-macro2

This commit is contained in:
James Hodgkinson 2025-04-22 14:44:27 +10:00
parent 0a38fcd812
commit 170576fa88
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -4508,9 +4508,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.94"
version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
dependencies = [
"unicode-ident",
]

View file

@ -234,7 +234,7 @@ tracing-core = "0.1.33"
peg = "0.8"
pkg-config = "^0.3.31"
prctl = "1.0.0"
proc-macro2 = "1.0.93"
proc-macro2 = "1.0.95"
qrcode = "^0.12.0"
quote = "1"
rand = "0.9.1"