Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2025

Bumps serde_json_path from 0.6.7 to 0.7.2.

Release notes

Sourced from serde_json_path's releases.

v0.7.2

0.7.2 (2 February 2025)

  • added: better error message for invalid use of function in selector (#118)
  • fixed: properly format normalized path names (#113, thanks [@​theory])
  • internal: fix clippy lints from 1.83.0 (#110)

#118: hiltontj/serde_json_path#118 #113: hiltontj/serde_json_path#113 [@​theory]: https://github.com/theory #110: hiltontj/serde_json_path#110

v0.7.1

0.7.1 (3 November 2024)

  • internal: update serde_json to the latest version (#107)
  • fixed: edge case where . in regexes for match and search functions was matching \r\n properly (#92)
  • breaking: added regex feature flag that gates regex functions match and search (#93, thanks [@​LucasPickering])
    • Feature is enabled by default, but if you have default-features = false you'll need to explicitly add it to retain access to these functions
  • breaking(serde_json_path_core): ensure integers used as indices are within the [valid range for I-JSON][i-json-range] (#98)
  • internal: remove use of once_cell and use specific versions for crate dependencies (#105)

#92: hiltontj/serde_json_path#92 #93: hiltontj/serde_json_path#93 [@​LucasPickering]: https://github.com/LucasPickering #98: hiltontj/serde_json_path#98 [i-json-range]: https://www.rfc-editor.org/rfc/rfc9535.html#section-2.1-4.1 #105: hiltontj/serde_json_path#105 #107: hiltontj/serde_json_path#107

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [serde_json_path](https://github.com/hiltontj/serde_json_path) from 0.6.7 to 0.7.2.
- [Release notes](https://github.com/hiltontj/serde_json_path/releases)
- [Changelog](https://github.com/hiltontj/serde_json_path/blob/main/CHANGELOG.md)
- [Commits](hiltontj/serde_json_path@v0.6.7...v0.7.2)

---
updated-dependencies:
- dependency-name: serde_json_path
  dependency-version: 0.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Nov 13, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 13, 2025 05:06
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Nov 13, 2025
@zach-robinson-dev zach-robinson-dev added this pull request to the merge queue Nov 14, 2025
Merged via the queue into main with commit 03aaf48 Nov 14, 2025
3 checks passed
@zach-robinson-dev zach-robinson-dev deleted the dependabot/cargo/serde_json_path-0.7.2 branch November 14, 2025 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants