Skip to content

Commit

Permalink
⬆️ Update syn to 1.0.109
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 19, 2024
1 parent 2e81a0b commit 0cf83ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion zbus_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ proc-macro = true

[dependencies]
proc-macro2 = "1.0"
syn = { version = "1.0.103", features = ["extra-traits", "fold", "full"] }
syn = { version = "1.0.109", features = ["extra-traits", "fold", "full"] }
quote = "1.0.35"
proc-macro-crate = "1.3.1"
regex = "1.10.3"
Expand Down
2 changes: 1 addition & 1 deletion zvariant_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ proc-macro = true

[dependencies]
proc-macro2 = "1.0"
syn = { version = "1.0.103", features = ["extra-traits", "full"] }
syn = { version = "1.0.109", features = ["extra-traits", "full"] }
quote = "1.0.35"
proc-macro-crate = "1.3.1"
zvariant_utils = { path = "../zvariant_utils", version = "=1.1.0" }
Expand Down
2 changes: 1 addition & 1 deletion zvariant_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ readme = "README.md"

[dependencies]
proc-macro2 = "1.0"
syn = { version = "1.0.103", features = ["extra-traits", "full"] }
syn = { version = "1.0.109", features = ["extra-traits", "full"] }
quote = "1.0.35"

0 comments on commit 0cf83ca

Please sign in to comment.