Skip to content

Commit

Permalink
fix(deps): update rust crate proc-macro2 to 1.0.79
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 12, 2024
1 parent 3fdb382 commit 854732f
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 @@ -23,7 +23,7 @@ num-integer = "0.1.46"
num-traits = "0.2.17"

# Fake dependency to avoid depending on a non-compiling older version
proc-macro2 = { version = "1.0.78", optional = true }
proc-macro2 = { version = "1.0.79", optional = true }

[dev-dependencies]
num-bigint = "0.4.4"
Expand Down

0 comments on commit 854732f

Please sign in to comment.