Skip to content

Commit

Permalink
Update Rust crate syn to ~2.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 17, 2023
1 parent 8262e63 commit 7eed112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ proc-macro = true
lazy_static = "1.4.0"
proc-macro2 = "~1.0.64"
quote = "~1.0.31"
syn = { version = "~2.0.25", features = ["full", "extra-traits"] }
syn = { version = "~2.0.29", features = ["full", "extra-traits"] }
thiserror = "1.0.43"
try_match = "0.4.1"
str_inflector = "0.12.0"
Expand Down

0 comments on commit 7eed112

Please sign in to comment.