Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(dep): bump the test-deps group in /crates/rsonpath-test-codegen with 1 update #447

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(dep): bump the test-deps group
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.76 to 1.0.78
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.76...1.0.78)

---
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] <support@github.com>
dependabot[bot] authored Jan 23, 2024
commit b91f7116ca91940f12f5660cfd8f6a4437e07a4b
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
@@ -17,7 +17,7 @@ publish = false
[dependencies]
serde = { version = "1.0.195", features = ["derive"] }
toml = "0.8.8"
proc-macro2 = "1.0.76"
proc-macro2 = "1.0.78"
quote = "1.0.33"
heck = { version = "0.4.1", features = ["unicode"] }
walkdir = "2.4.0"