Skip to content

Commit d63c54f

Browse files
chore(dep): bump the test-deps group in /crates/rsonpath-test-codegen with 1 update (#447)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ca4e70a commit d63c54f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crates/rsonpath-test-codegen/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rsonpath-test-codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ publish = false
1717
[dependencies]
1818
serde = { version = "1.0.195", features = ["derive"] }
1919
toml = "0.8.8"
20-
proc-macro2 = "1.0.76"
20+
proc-macro2 = "1.0.78"
2121
quote = "1.0.33"
2222
heck = { version = "0.4.1", features = ["unicode"] }
2323
walkdir = "2.4.0"

0 commit comments

Comments
 (0)