mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 13:01:13 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.43.0 to 0.44.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.44.0</h2> <h3>Added</h3> <ul> <li>Implement Serialize for Page (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/761">#761</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>[<strong>breaking</strong>] <code>sha</code> is optional in <code>DiffEntry</code> if file contents are unchanged (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/750">#750</a>)</li> <li>insert auth headers for api.github.com (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/754">#754</a>)</li> <li><em>(emails)</em> <code>visibility</code> can be <code>null</code> (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/756">#756</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.43.0...v0.44.0">0.44.0</a> - 2025-03-26</h2> <h3>Added</h3> <ul> <li>Implement Serialize for Page (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/761">#761</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>[<strong>breaking</strong>] <code>sha</code> is optional in <code>DiffEntry</code> if file contents are unchanged (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/750">#750</a>)</li> <li>insert auth headers for api.github.com (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/754">#754</a>)</li> <li><em>(emails)</em> <code>visibility</code> can be <code>null</code> (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/756">#756</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="3a779f3969
"><code>3a779f3</code></a> chore: release v0.43.1 (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/762">#762</a>)</li> <li><a href="689cb92846
"><code>689cb92</code></a> fix!: <code>sha</code> is optional in <code>DiffEntry</code> if file contents are unchanged (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/750">#750</a>)</li> <li><a href="e37e5a836b
"><code>e37e5a8</code></a> fix: insert auth headers for api.github.com (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/754">#754</a>)</li> <li><a href="87a49c3913
"><code>87a49c3</code></a> feat: Implement Serialize for Page (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/761">#761</a>)</li> <li><a href="31f625d03b
"><code>31f625d</code></a> fix(emails): <code>visibility</code> can be <code>null</code> (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/756">#756</a>)</li> <li>See full diff in <a href="https://github.com/XAMPPRocky/octocrab/compare/v0.43.0...v0.44.0">compare view</a></li> </ul> </details> <br /> [](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 lines
582 B
TOML
23 lines
582 B
TOML
[package]
|
|
name = "async-github"
|
|
publish = false
|
|
authors.workspace = true
|
|
documentation.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
keywords.workspace = true
|
|
categories.workspace = true
|
|
readme.workspace = true
|
|
license.workspace = true
|
|
exclude.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
color-eyre = "0.6.3"
|
|
crossterm = { workspace = true, features = ["event-stream"] }
|
|
octocrab = "0.44.0"
|
|
ratatui.workspace = true
|
|
tokio = { version = "1.44.1", features = ["rt-multi-thread", "macros"] }
|
|
tokio-stream = "0.1.17"
|