deps: bump quote from 1.0.27 to 1.0.28

Pull-Request: #4004.
This commit is contained in:
dependabot[bot] 2023-05-30 02:44:20 +00:00 committed by GitHub
parent 616abb6c3b
commit d67c133794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -4043,9 +4043,9 @@ dependencies = [
[[package]]
name = "quote"
version = "1.0.27"
version = "1.0.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500"
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
dependencies = [
"proc-macro2",
]