Skip to content

Commit

Permalink
fix(deps): update rust crate quote to 1.0.33 (#165)
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 Aug 29, 2023
1 parent 1bf7370 commit 9c585cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ proc-macro = true
[dependencies]
lazy_static = "1.4.0"
proc-macro2 = "1.0.64"
quote = "1.0.31"
quote = "1.0.33"
syn = { version = "2.0.25", features = ["full", "extra-traits"] }
thiserror = "1.0.43"
try_match = "0.4.1"
Expand Down

0 comments on commit 9c585cc

Please sign in to comment.