Skip to content

Commit 9185e81

Browse files
fix(deps): update rust crate syn to v2
1 parent be5ead2 commit 9185e81

File tree

2 files changed

+27
-10
lines changed

2 files changed

+27
-10
lines changed

Cargo.lock

Lines changed: 26 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

safe-builder-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ proc-macro = true
1212
[dependencies]
1313
quote = "^1.0"
1414
proc-quote = "0.3.2"
15-
syn = { version = "^1.0", features = ["parsing"] }
15+
syn = { version = "^2.0.18", features = ["parsing"] }
1616
proc-macro2 = "^1.0"
1717
convert_case = "^0.4.0"

0 commit comments

Comments
 (0)