Skip to content

Commit

Permalink
fix(deps): update rust crate quote to 1.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 7, 2023
1 parent 5f7967c commit 0b98edc
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 45 deletions.
86 changes: 43 additions & 43 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 @@ -30,4 +30,4 @@ toml = "0.7.4"
[dev-dependencies]
indoc = "2.0.1"
insta = "1.28.0"
quote = "1.0.26"
quote = "1.0.33"
2 changes: 1 addition & 1 deletion crates/hirola-macros/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.47"
quote = "1.0.21"
quote = "1.0.33"
syn = "2.0.15"
rstml = "0.10"
proc-macro-error = "1.0"
Expand Down

0 comments on commit 0b98edc

Please sign in to comment.