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 across 1 directory with 2 updates #552

Merged

Commits on Oct 27, 2024

  1. 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]>
    dependabot[bot] authored and V0ldek committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    b1b3da3 View commit details
    Browse the repository at this point in the history
  2. 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.
    V0ldek committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    8438baa View commit details
    Browse the repository at this point in the history