Bump `quote` from 1.0.35 to 1.0.36

This commit is contained in:
Marek 2024-04-15 18:09:25 +02:00
parent d949636058
commit 013d3b42d5
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -125,6 +125,6 @@ zcash_client_backend = {version = "0.10.0-rc.1", optional = true}
# For the openapi generator
syn = { version = "2.0.58", features = ["full"], optional = true }
quote = { version = "1.0.35", optional = true }
quote = { version = "1.0.36", optional = true }
serde_yaml = { version = "0.9.33", optional = true }
serde = { version = "1.0.196", features = ["serde_derive"], optional = true }