Skip to content

Commit

Permalink
fix(deps): update rust crate syn to 2.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2023
1 parent abedd65 commit d3a3c56
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 38 deletions.
72 changes: 36 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/hirola-kit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description = "A CLI for hirola"
[dependencies]
leptosfmt-pretty-printer = "0.1.6"
rstml = "0.10.6"
syn = { version = "2.0.18", features = [ "visit", "full", "extra-traits" ] }
syn = { version = "2.0.37", features = [ "visit", "full", "extra-traits" ] }
leptosfmt-prettyplease = { features = [ "verbatim" ], version = "0.2.11" }
proc-macro2 = { version = "1.0.66", features = [ "span-locations" ] }
thiserror = "1.0.40"
Expand Down
2 changes: 1 addition & 1 deletion crates/hirola-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0.66"
quote = "1.0.33"
syn = "2.0.15"
syn = "2.0.37"
rstml = "0.10"
proc-macro-error = "1.0"
proc-macro-hack = "0.5"
Expand Down

0 comments on commit d3a3c56

Please sign in to comment.