Skip to content

Commit

Permalink
fix(deps): update rust crate syn to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2024
1 parent be5ead2 commit f9482c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe-builder-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ proc-macro = true
[dependencies]
quote = "^1.0"
proc-quote = "0.3.2"
syn = { version = "^1.0", features = ["parsing"] }
syn = { version = "^2.0.44", features = ["parsing"] }
proc-macro2 = "^1.0"
convert_case = "^0.4.0"

0 comments on commit f9482c4

Please sign in to comment.