Skip to content

Commit

Permalink
chore(deps): bump proc-macro2 from 1.0.87 to 1.0.93 (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 1f54c38 commit c1c9cae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 src/bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ anyhow = "1.0.90"
lazy-regex = "3.2.0"
openrpc-types = "0.4.0"
prettyplease = "0.2.20"
proc-macro2 = { version = "1.0.87", default-features = false }
proc-macro2 = { version = "1.0.93", default-features = false }
quote = { version = "1.0.38", default-features = false }
schemars = "0.8.21"
serde_json = "1.0.133"
Expand Down
2 changes: 1 addition & 1 deletion src/tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jsonschema = { version = "0.21.0", default-features = false }
lazy-regex = "3.2.0"
nunny = "0.2.0"
openrpc-types = "0.3.3"
proc-macro2 = { version = "1.0.87", default-features = false }
proc-macro2 = { version = "1.0.93", default-features = false }
quote = { version = "1.0.38", default-features = false }
regex = "1.10.5"
reqwest = { version = "0.12.5", features = ["json", "blocking"] }
Expand Down

0 comments on commit c1c9cae

Please sign in to comment.