Update Rust crate syn to 2.0.9

This commit is contained in:
RenovateBot 2023-03-25 02:03:30 +01:00
parent 6a7f37716e
commit f08bfdacab

View file

@ -9,5 +9,5 @@ proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
syn = { version = "2.0.8", features = ["full", "fold"] }
syn = { version = "2.0.9", features = ["full", "fold"] }
quote = "1.0.26"