Skip to content

Commit e35a221

Browse files
committed
chore: upgrade dependencies for yara-x-macros.
1 parent 3f1fb93 commit e35a221

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

macros/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rust-version.workspace = true
1212
proc-macro = true
1313

1414
[dependencies]
15-
darling = "0.20.10"
16-
syn = { version = "2.0.74", features = ["full", "derive", "parsing", "visit"] }
15+
darling = "0.20.11"
16+
syn = { version = "2.0.103", features = ["full", "derive", "parsing", "visit"] }
1717
quote = "1.0"
18-
proc-macro2 = "1.0.86"
18+
proc-macro2 = "1.0.95"

0 commit comments

Comments
 (0)