Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 27, 2022

Updates the requirements on octocrab to permit the latest version.

Changelog

Sourced from octocrab's changelog.

CHANGELOG

All Octocrab releases are supported by the community and through [GitHub Sponsors][sp].

0.4.1

  • Relaxed the body argument on Octocrab::graphql from impl AsRef<str> to &impl serde::Serialize + ?Sized to allow accepting any valid JSON value. This is mainly useful for being able to use types from other libraries like graphql_client directly.

0.4.0

New APIs

  • actions Control and automate GitHub Actions.
  • current Metadata about the currently authenticated user.
  • gitignore Get and generate gitignore templates.
  • [licenses] Metadata about licenses.
  • markdown Render markdown with GitHub.
  • [orgs] Organisations
  • [pulls] Pull Requests
  • [repos] Repositories
  • [search] Search using GitHub's query syntax.

Added Methods

  • Octocrab::graphql Send a GraphQL request.
  • [IssueHandler::lock] Lock a GitHub issue with an optional reason.
  • [IssueHandler::unlock] Unlock a GitHub issue.
  • [IssueHandler::replace_all_labels] Replace all labels on an issue.
  • [IssueHandler::delete_label] Remove labels from an issue.
  • [IssueHandler::list_labels_for_issue] List all labels on an issue.
  • [IssueHandler::list_labels_for_repo] List all labels in a repository.
  • [PullRequestHandler::media_type] Set the media type for a single request.
  • [PullRequestHandler::get_diff] Get a pull request's diff file.
  • [PullRequestHandler::get_patch] Get a pull request's patch file.
  • [Page::number_of_pages] Get the number of pages in a paginated query if possible.

Changes

  • [Page<T>] now has new fields for being used with GitHub's search APi such as incomplete_results and total_count.

... (truncated)

Commits
  • 797f428 Release 0.16.0
  • 6304c92 Add request for list repos for current user (#209)
  • fa5f071 Update dependencies to fix some warnings from cargo audit (#208)
  • fa24c3b adjust JWT token issuance and expiration times to allow drift (#207)
  • 42692a2 Ensure nullable user on pull request comments can be parsed (#206)
  • 2c382ff Make gist commit user and change status nullable (#204)
  • f820671 use secrecy to harden tokens (#192)
  • cb0b4be Add public key to repos api (#188)
  • d5c0d8e Bump jsonwebtoken to version 8. (#193)
  • d74c391 Fixed compilation issue with the stream feature enabled (#199)
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [octocrab](https://github.com/XAMPPRocky/octocrab) to permit the latest version.
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/master/CHANGELOG.md)
- [Commits](https://github.com/XAMPPRocky/octocrab/compare/[email protected]@0.16.0)

---
updated-dependencies:
- dependency-name: octocrab
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 27, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 15, 2022

Superseded by #36.

@dependabot dependabot bot closed this Aug 15, 2022
@dependabot dependabot bot deleted the dependabot/cargo/grabber/octocrab-0.16.0 branch August 15, 2022 06:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant