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

Update jsonpath-rust requirement from 0.4.0 to 0.5.0 #1411

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Updates the requirements on jsonpath-rust to permit the latest version.

Commits

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 upgrades to dependencies label Feb 26, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/jsonpath-rust-0.5.0 branch from 5e1f468 to c069ef1 Compare March 18, 2024 16:10
@clux
Copy link
Member

clux commented Mar 18, 2024

Seems to have a breaking change from ci logs:

error[E0061]: this method takes 2 arguments but 1 argument was supplied
   --> kube-client/src/client/auth/mod.rs:492:27
    |
492 |     let res = parsed_path.find_slice(json);
    |                           ^^^^^^^^^^------ an argument of type `JsonPathConfig` is missing
    |
note: method defined here
   --> /Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jsonpath-rust-0.5.0/src/lib.rs:186:12
    |
186 |     pub fn find_slice<'a>(
    |            ^^^^^^^^^^
help: provide the argument
    |
492 |     let res = parsed_path.find_slice(json, /* JsonPathConfig */);

@clux
Copy link
Member

clux commented Mar 18, 2024

@dependabot dependabot bot force-pushed the dependabot/cargo/jsonpath-rust-0.5.0 branch from c069ef1 to b0265aa Compare March 18, 2024 22:18
Updates the requirements on [jsonpath-rust](https://github.com/besok/jsonpath-rust) to permit the latest version.
- [Changelog](https://github.com/besok/jsonpath-rust/blob/main/CHANGELOG.md)
- [Commits](besok/jsonpath-rust@v0.4.0...v0.5)

---
updated-dependencies:
- dependency-name: jsonpath-rust
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/jsonpath-rust-0.5.0 branch from b0265aa to fb2f034 Compare March 18, 2024 22:18
@clux
Copy link
Member

clux commented Mar 18, 2024

@dependabot ignore this minor release

handled in #1429

@dependabot dependabot bot closed this Mar 18, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 18, 2024

OK, I won't notify you about jsonpath-rust again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/cargo/jsonpath-rust-0.5.0 branch March 18, 2024 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies upgrades to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant