Merge pull request #6664 from uutils/renovate/quote-1.x-lockfile

fix(deps): update rust crate quote to v1.0.37
This commit is contained in:
Daniel Hofstetter 2024-08-23 09:32:20 +02:00 committed by GitHub
commit ff70da7004
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -1828,9 +1828,9 @@ dependencies = [
[[package]]
name = "quote"
version = "1.0.36"
version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
dependencies = [
"proc-macro2",
]