Skip to content

Commit

Permalink
chore(deps): bump octocrab from 0.36.0 to 0.37.0 (#57)
Browse files Browse the repository at this point in the history
Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.36.0 to
0.37.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.37.0</h2>
<h3>Fixed</h3>
<ul>
<li>[<strong>breaking</strong>] Change <code>Rate::reset</code> to
<code>u64</code> (<a
href="https://github.com/XAMPPRocky/octocrab/pull/615">#615</a>)</li>
</ul>
<h3>Other</h3>
<ul>
<li>Update graphql_client requirement from 0.13.0 to 0.14.0 (<a
href="https://github.com/XAMPPRocky/octocrab/pull/617">#617</a>)</li>
<li>Added basic support for getting user profiles (<a
href="https://github.com/XAMPPRocky/octocrab/pull/616">#616</a>)</li>
<li>Update manual github app authentication example (<a
href="https://github.com/XAMPPRocky/octocrab/pull/610">#610</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.36.0...v0.37.0">0.37.0</a>
- 2024-03-27</h2>
<h3>Fixed</h3>
<ul>
<li>[<strong>breaking</strong>] Change <code>Rate::reset</code> to
<code>u64</code> (<a
href="https://github.com/XAMPPRocky/octocrab/pull/615">#615</a>)</li>
</ul>
<h3>Other</h3>
<ul>
<li>Update graphql_client requirement from 0.13.0 to 0.14.0 (<a
href="https://github.com/XAMPPRocky/octocrab/pull/617">#617</a>)</li>
<li>Added basic support for getting user profiles (<a
href="https://github.com/XAMPPRocky/octocrab/pull/616">#616</a>)</li>
<li>Update manual github app authentication example (<a
href="https://github.com/XAMPPRocky/octocrab/pull/610">#610</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/XAMPPRocky/octocrab/commit/314618c6e57537afd444f27bd317fcaafd8b1e24"><code>314618c</code></a>
chore: release (<a
href="https://github.com/XAMPPRocky/octocrab/issues/613">#613</a>)</li>
<li><a
href="https://github.com/XAMPPRocky/octocrab/commit/4f9785934c32a0c5ef86ef78e36d9390eedf6c69"><code>4f97859</code></a>
Update graphql_client requirement from 0.13.0 to 0.14.0 (<a
href="https://github.com/XAMPPRocky/octocrab/issues/617">#617</a>)</li>
<li><a
href="https://github.com/XAMPPRocky/octocrab/commit/d3c70a1f55df8b3af93c30796bf31d7cf32421d0"><code>d3c70a1</code></a>
Added basic support for getting user profiles (<a
href="https://github.com/XAMPPRocky/octocrab/issues/616">#616</a>)</li>
<li><a
href="https://github.com/XAMPPRocky/octocrab/commit/6004d5059bf4dffa211780fd7db9710b744a03ab"><code>6004d50</code></a>
fix!: Change <code>Rate::reset</code> to <code>u64</code> (<a
href="https://github.com/XAMPPRocky/octocrab/issues/615">#615</a>)</li>
<li><a
href="https://github.com/XAMPPRocky/octocrab/commit/131ddc02b2546f8c9863f98703fb92a3945ed8e8"><code>131ddc0</code></a>
docs: Update manual github app authentication example (<a
href="https://github.com/XAMPPRocky/octocrab/issues/610">#610</a>)</li>
<li>See full diff in <a
href="https://github.com/XAMPPRocky/octocrab/compare/v0.36.0...v0.37.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.36.0&new-version=0.37.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 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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 2, 2024
1 parent 033367c commit 3ee4a3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env_logger = "0.11.2"
futures = "0.3.30"
log = "0.4.21"
mio = "0.8.11"
octocrab = "0.36.0"
octocrab = "0.37.0"
reqwest = { version = "0.12.1", default-features = false, features = ["rustls-tls"] }
ropey = "1.6.1"
select = "0.6.0"
Expand Down

0 comments on commit 3ee4a3d

Please sign in to comment.