Skip to content

Commit

Permalink
fix(deps): update rust crate quote to ^1.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2024
1 parent be5ead2 commit f7d9e46
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 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 safe-builder-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"
proc-macro = true

[dependencies]
quote = "^1.0"
quote = "^1.0.35"
proc-quote = "0.3.2"
syn = { version = "^1.0", features = ["parsing"] }
proc-macro2 = "^1.0"
Expand Down

0 comments on commit f7d9e46

Please sign in to comment.