Skip to content

Commit

Permalink
chore(dep): bump proc-macro2 from 1.0.92 to 1.0.93 in /crates/rsonpat…
Browse files Browse the repository at this point in the history
…h-test-codegen in the test-deps group (#638)

chore(dep): bump proc-macro2

Bumps the test-deps group in /crates/rsonpath-test-codegen with 1 update: [proc-macro2](https://github.com/dtolnay/proc-macro2).


Updates `proc-macro2` from 1.0.92 to 1.0.93
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.92...1.0.93)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 2213210 commit 27a540f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crates/rsonpath-test-codegen/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 crates/rsonpath-test-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish = false
[dependencies]
serde = { version = "1.0.217", features = ["derive"] }
toml = "0.8.19"
proc-macro2 = "1.0.92"
proc-macro2 = "1.0.93"
quote = "1.0.38"
heck = { version = "0.5.0" }
walkdir = "2.5.0"
Expand Down

0 comments on commit 27a540f

Please sign in to comment.