[deps] cargo update

Updating proc-macro2 v1.0.86 -> v1.0.87
This commit is contained in:
ddidderr 2024-10-07 21:40:44 +02:00
parent 4eb0124f07
commit 1303f5016d
Signed by: ddidderr
GPG Key ID: 3841F1C27E6F0E14

4
Cargo.lock generated
View File

@ -951,9 +951,9 @@ dependencies = [
[[package]] [[package]]
name = "proc-macro2" name = "proc-macro2"
version = "1.0.86" version = "1.0.87"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a"
dependencies = [ dependencies = [
"unicode-ident", "unicode-ident",
] ]