Skip to content

Commit

Permalink
fix(deps): update rust crate proc-macro2 to 1.0.70
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2023
1 parent 86d9a4d commit 31f78d9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
44 changes: 22 additions & 22 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 @@ -14,7 +14,7 @@ leptosfmt-pretty-printer = "0.1.6"
rstml = "0.11.2"
syn = { version = "2.0.39", features = [ "visit", "full", "extra-traits" ] }
leptosfmt-prettyplease = { features = [ "verbatim" ], version = "0.2.11" }
proc-macro2 = { version = "1.0.69", features = [ "span-locations" ] }
proc-macro2 = { version = "1.0.70", features = [ "span-locations" ] }
thiserror = "1.0.50"
crop = "0.4.0"
serde = { version = "1.0.192", features = [ "derive" ] }
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 @@ -17,7 +17,7 @@ proc-macro = true


[dependencies]
proc-macro2 = "1.0.69"
proc-macro2 = "1.0.70"
quote = "1.0.33"
syn = "2.0.39"
rstml = "0.11"
Expand Down

0 comments on commit 31f78d9

Please sign in to comment.