Skip to content

Commit

Permalink
fix(deps): update rust crate quote to 1.0.33 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 24, 2023
1 parent 4fde4f7 commit abedd65
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
42 changes: 21 additions & 21 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.3"
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.66"
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 abedd65

Please sign in to comment.