Skip to content

chore(deps): bump octocrab from 0.49.5 to 0.49.6#110

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/octocrab-0.49.6
Open

chore(deps): bump octocrab from 0.49.5 to 0.49.6#110
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/octocrab-0.49.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2026

Bumps octocrab from 0.49.5 to 0.49.6.

Release notes

Sourced from octocrab's releases.

v0.49.6

Added

  • (activity/starring) add list_repos_starred_by_user (#861)
  • added undocumented events (#858)
  • repository variables handler (#857)

Other

  • Remove Lines Of Code badge from README
  • Add Event::CopilotWorkStarted (#854)
  • actualized Commit for GET /search/commits (#851)
Changelog

Sourced from octocrab's changelog.

0.49.6 - 2026-03-23

Added

  • (activity/starring) add list_repos_starred_by_user (#861)
  • added undocumented events (#858)
  • repository variables handler (#857)

Other

  • Remove Lines Of Code badge from README
  • Add Event::CopilotWorkStarted (#854)
  • actualized Commit for GET /search/commits (#851)
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 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 [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.49.5 to 0.49.6.
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](XAMPPRocky/octocrab@v0.49.5...v0.49.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 26, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Mar 26, 2026

Greptile Summary

This PR is a routine dependabot-generated bump of the octocrab crate from 0.49.5 to 0.49.6. The release is purely additive — new API handlers (list_repos_starred_by_user, repository variables), additional undocumented event types, and a CopilotWorkStarted event — with no breaking changes or security fixes.\n\n- Cargo.toml: version constraint updated to \"0.49.6\"\n- Cargo.lock: version string and checksum updated to match the new crates.io release; no transitive dependency changes observed

Important Files Changed

Filename Overview
Cargo.toml Bumps octocrab dependency from "0.49.5" to "0.49.6" — a minor patch-level upgrade with only additive changes
Cargo.lock Updates the locked version and checksum for octocrab to match the new 0.49.6 release; no other transitive dependency changes

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Cargo.toml\noctocrab = 0.49.5] -->|dependabot bump| B[Cargo.toml\noctocrab = 0.49.6]
    B --> C[cargo update / lock regeneration]
    C --> D[Cargo.lock\nversion: 0.49.6\nnew checksum]
    D --> E{Breaking changes?}
    E -->|No – additive only| F[Safe to merge]
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump octocrab from 0.49.5 t..." | Re-trigger Greptile

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.

0 participants