Skip to content

Commit 45da16d

Browse files
chore(deps): bump octocrab from 0.51.0 to 0.53.0 in /bots/echidnabot (#272)
Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.51.0 to 0.53.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/XAMPPRocky/octocrab/releases">octocrab's releases</a>.</em></p> <blockquote> <h2>v0.53.0</h2> <h3>Fixed</h3> <ul> <li>[<strong>breaking</strong>] correct nullable properties on AutoMerge (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/911">#911</a>)</li> </ul> <h2>v0.52.0</h2> <h3>Added</h3> <ul> <li>Added GitHub async SBOM API endpoints. (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/903">#903</a>)</li> <li>[<strong>breaking</strong>] made PullRequest to be able to accept SimplePullRequest payload from github (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/902">#902</a>)</li> <li>add list-artifacts-for-a-repository endpoint (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/896">#896</a>)</li> <li>support pinned comments (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/894">#894</a>)</li> </ul> <h3>Other</h3> <ul> <li>add tests for InMemoryCache [cache-redb 2/3] (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/904">#904</a>)</li> <li>serde support for Cache structs [cache-redb 1/3] (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/905">#905</a>)</li> <li>add <code>changes</code> field to <code>PullRequestWebhookEventPayload</code> (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/907">#907</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md">octocrab's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/XAMPPRocky/octocrab/compare/v0.52.0...v0.53.0">0.53.0</a> - 2026-06-03</h2> <h3>Fixed</h3> <ul> <li>[<strong>breaking</strong>] correct nullable properties on AutoMerge (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/911">#911</a>)</li> </ul> <h2><a href="https://github.com/XAMPPRocky/octocrab/compare/v0.51.0...v0.52.0">0.52.0</a> - 2026-06-02</h2> <h3>Added</h3> <ul> <li>Added GitHub async SBOM API endpoints. (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/903">#903</a>)</li> <li>[<strong>breaking</strong>] made PullRequest to be able to accept SimplePullRequest payload from github (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/902">#902</a>)</li> <li>add list-artifacts-for-a-repository endpoint (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/896">#896</a>)</li> <li>support pinned comments (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/894">#894</a>)</li> </ul> <h3>Other</h3> <ul> <li>add tests for InMemoryCache [cache-redb 2/3] (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/904">#904</a>)</li> <li>serde support for Cache structs [cache-redb 1/3] (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/905">#905</a>)</li> <li>add <code>changes</code> field to <code>PullRequestWebhookEventPayload</code> (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/907">#907</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/e58d2c2692841825dc2abd5c933cd3f2d514b27f"><code>e58d2c2</code></a> chore: release v0.53.0 (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/913">#913</a>)</li> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/07aded76df09b56e8f70fbb4091d150575ce8e1b"><code>07aded7</code></a> fix!: correct nullable properties on AutoMerge (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/911">#911</a>)</li> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/c086450c1d6195a28dc60e6c446462b62628473d"><code>c086450</code></a> chore: release v0.52.0 (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/895">#895</a>)</li> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/d2225d78ca3808f77aa8a802ae47cb8531ec53ae"><code>d2225d7</code></a> test: add tests for InMemoryCache [cache-redb 2/3] (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/904">#904</a>)</li> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/015b91827794702befed1a24a1ed985ad34d8d60"><code>015b918</code></a> refactor: serde support for Cache structs [cache-redb 1/3] (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/905">#905</a>)</li> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/4ce69cf745d0c9e9a8f4531dd4219efd562a6dd6"><code>4ce69cf</code></a> chore: add <code>changes</code> field to <code>PullRequestWebhookEventPayload</code> (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/907">#907</a>)</li> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/6dbfd4b4cc1351a26d1baced5025f46f68471a80"><code>6dbfd4b</code></a> feat: Added GitHub async SBOM API endpoints. (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/903">#903</a>)</li> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/a505cc719d8d26e6bb8db15652b57a9fb3aaf435"><code>a505cc7</code></a> feat!: made PullRequest to be able to accept SimplePullRequest payload from g...</li> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/f4f8333ae458b5efae5efc6ecb8adf8319fa8b23"><code>f4f8333</code></a> feat: add list-artifacts-for-a-repository endpoint (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/896">#896</a>)</li> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/fa65c61f676eb1971e1819b6304d42706aaf14a0"><code>fa65c61</code></a> feat: support pinned comments (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/894">#894</a>)</li> <li>See full diff in <a href="https://github.com/XAMPPRocky/octocrab/compare/v0.51.0...v0.53.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=octocrab&package-manager=cargo&previous-version=0.51.0&new-version=0.53.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent 8ae7f39 commit 45da16d

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

bots/echidnabot/Cargo.lock

Lines changed: 13 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bots/echidnabot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ toml = "1.1.2+spec-1.1.0"
4343
sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "sqlite", "postgres", "uuid", "chrono"] }
4444

4545
# GitHub API
46-
octocrab = "0.51.0"
46+
octocrab = "0.53.0"
4747

4848
# HTTP client (for ECHIDNA communication)
4949
reqwest = { version = "0.12.28", default-features = false, features = ["json", "rustls-tls"] }

0 commit comments

Comments
 (0)