deps: bump quote from 1.0.25 to 1.0.26

Pull-Request: #3639.
This commit is contained in:
dependabot[bot] 2023-03-20 14:47:10 +00:00 committed by GitHub
parent 15ef8c0325
commit e9b45db786
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -3844,9 +3844,9 @@ dependencies = [
[[package]]
name = "quote"
version = "1.0.25"
version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5308e8208729c3e1504a6cfad0d5daacc4614c9a2e65d1ea312a34b5cb00fe84"
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
dependencies = [
"proc-macro2",
]