Skip to content

Commit 84b1d4b

Browse files
chore(deps): bump octocrab from 0.53.1 to 0.54.0 in /bots/echidnabot (#369)
Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.53.1 to 0.54.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.54.0</h2> <h3>Fixed</h3> <ul> <li>[<strong>breaking</strong>] make mandatory PR fields mandatory (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/924">#924</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.53.1...v0.54.0">0.54.0</a> - 2026-06-22</h2> <h3>Fixed</h3> <ul> <li>[<strong>breaking</strong>] make mandatory PR fields mandatory (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/924">#924</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/9b69aac5b7a48c728c7b5b26b1badf186f5d63e9"><code>9b69aac</code></a> chore: release v0.54.0 (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/926">#926</a>)</li> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/912efb3380c99aa0d56947180945ef4148aa8e7a"><code>912efb3</code></a> fix!: make mandatory PR fields mandatory (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/924">#924</a>)</li> <li>See full diff in <a href="https://github.com/XAMPPRocky/octocrab/compare/v0.53.1...v0.54.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.53.1&new-version=0.54.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 5455b7e commit 84b1d4b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bots/echidnabot/Cargo.lock

Lines changed: 2 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.53.0"
46+
octocrab = "0.54.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)