Delete use of proc_macro_span_shrink from proc-macro2

This commit is contained in:
David Tolnay 2023-06-07 22:36:35 -07:00 committed by Jacob Pratt
parent abd0677d2f
commit 21d9fd77f4
No known key found for this signature in database
GPG key ID: 6E2E55C5F9ABB247
7 changed files with 14 additions and 14 deletions

View file

@ -527,9 +527,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.56"
version = "1.0.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406"
dependencies = [
"unicode-ident",
]