Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(dep): bump the test-deps group across 1 directory with 2 updates (
#552) * chore(dep): bump the test-deps group across 1 directory with 2 updates Bumps the test-deps group with 2 updates in the /crates/rsonpath-test-codegen directory: [serde](https://github.com/serde-rs/serde) and [proc-macro2](https://github.com/dtolnay/proc-macro2). Updates `serde` from 1.0.210 to 1.0.213 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.210...v1.0.213) Updates `proc-macro2` from 1.0.86 to 1.0.89 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.86...1.0.89) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-deps - 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]> * chore: fix `Punct` usage of `proc_macro2` in test generation Apparently using `Punct` for parantheses was always invalid, and in the latest update it became a hard error. The `Group` object needs to be used instead to surround a stream of tokens in delimiters. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mateusz Gienieczko <[email protected]>
- Loading branch information