Skip to content

Commit

Permalink
chore(deps): update proc-macro-crate requirement from 1.3.1 to 2.0.0 (#…
Browse files Browse the repository at this point in the history
…346)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 5, 2023
1 parent 8adf8c0 commit 6b4cbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derive-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ proc-macro = true

[dependencies]
proc-macro2 = { version = "1.0.24", features = ["span-locations"] }
proc-macro-crate = "1.3.1"
proc-macro-crate = "2.0.0"
proc-macro-error = "1.0.4"
quote = "1.0.7"
syn = "1.0.42"
Expand Down

0 comments on commit 6b4cbc5

Please sign in to comment.