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(deps): bump serde_json_path from 0.6.3 to 0.6.4 #102

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2023

Bumps serde_json_path from 0.6.3 to 0.6.4.

Release notes

Sourced from serde_json_path's releases.

v0.6.4

0.6.4 (9 November 2023)

  • added: is_empty, is_more_than_one, and as_more_than_one methods to ExactlyOneError (#65)
  • fixed: allow whitespace before dot-name selectors (#67)
  • fixed: ensure that the check == -0 in filters works as expected (#67)

#65: hiltontj/serde_json_path#65 #67: hiltontj/serde_json_path#67

Commits
  • f144e6e Merge pull request #68 from hiltontj/release-0-6-4
  • 4f4255a bump versions for macros crate
  • 12a46b3 release 0.6.4
  • 5e5566d Merge pull request #67 from hiltontj/hiltontj/cts-update-nov-2023
  • 98bfbd0 update changelog
  • 0e30e63 fix whitespace in dot name selector compliance issue
  • de77b7a fix compliance test for checking negative 0
  • 55506e4 Merge pull request #65 from hiltontj/hiltontj/64-exactly-one-error
  • e156aff update changelog
  • 291ea77 add as_more_than_one methdo to ExactlyOneError
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 10, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/serde_json_path-0.6.4 branch from b9a504c to 26a4092 Compare November 22, 2023 16:08
@dependabot dependabot bot force-pushed the dependabot/cargo/serde_json_path-0.6.4 branch 2 times, most recently from dba7e82 to 24d8082 Compare December 4, 2023 16:01
Bumps [serde_json_path](https://github.com/hiltontj/serde_json_path) from 0.6.3 to 0.6.4.
- [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.3...v0.6.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/serde_json_path-0.6.4 branch from 24d8082 to 75a21ac Compare December 8, 2023 22:07
@philjb philjb merged commit 530cf98 into main Dec 8, 2023
2 checks passed
@philjb philjb deleted the dependabot/cargo/serde_json_path-0.6.4 branch December 8, 2023 22:09
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant