mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-24 21:53:21 +00:00
chore(deps): bump unicode-truncate from 1.1.0 to 2.0.0 (#1481)
Bumps [unicode-truncate](https://github.com/Aetf/unicode-truncate) from 1.1.0 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Aetf/unicode-truncate/releases">unicode-truncate's releases</a>.</em></p> <blockquote> <h2>v2.0.0</h2> <h3>Fixed</h3> <ul> <li><em>(deps)</em> update rust crate unicode-width to 0.2</li> </ul> <h3>Other</h3> <ul> <li>make release-plz use github app token</li> <li>[<strong>breaking</strong>] bump MSRV to 1.66</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Aetf/unicode-truncate/blob/master/CHANGELOG.md">unicode-truncate's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/Aetf/unicode-truncate/compare/v1.1.0...v2.0.0">2.0.0</a> - 2024-11-10</h2> <h3>Fixed</h3> <ul> <li><em>(deps)</em> update rust crate unicode-width to 0.2</li> </ul> <h3>Other</h3> <ul> <li>make release-plz use github app token</li> <li>[<strong>breaking</strong>] bump MSRV to 1.66</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="95b4d26103
"><code>95b4d26</code></a> chore: release v2.0.0</li> <li><a href="4c0b472226
"><code>4c0b472</code></a> ci: make release-plz use github app token</li> <li><a href="2812162513
"><code>2812162</code></a> build!: bump MSRV to 1.66</li> <li><a href="8984d1529a
"><code>8984d15</code></a> fix(deps): update rust crate unicode-width to 0.2</li> <li><a href="abd6d916b9
"><code>abd6d91</code></a> fix(deps): update rust crate unicode-segmentation to v1.12.0</li> <li>See full diff in <a href="https://github.com/Aetf/unicode-truncate/compare/v1.1.0...v2.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=unicode-truncate&package-manager=cargo&previous-version=1.1.0&new-version=2.0.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f40fa787d1
commit
02c8c9373e
2 changed files with 6 additions and 12 deletions
16
Cargo.lock
generated
16
Cargo.lock
generated
|
@ -2118,7 +2118,7 @@ dependencies = [
|
|||
"tracing-appender",
|
||||
"tracing-subscriber",
|
||||
"unicode-segmentation",
|
||||
"unicode-width 0.2.0",
|
||||
"unicode-width",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -2141,7 +2141,7 @@ dependencies = [
|
|||
"strum",
|
||||
"unicode-segmentation",
|
||||
"unicode-truncate",
|
||||
"unicode-width 0.2.0",
|
||||
"unicode-width",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -3169,21 +3169,15 @@ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
|||
|
||||
[[package]]
|
||||
name = "unicode-truncate"
|
||||
version = "1.1.0"
|
||||
version = "2.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf"
|
||||
checksum = "8fbf03860ff438702f3910ca5f28f8dac63c1c11e7efb5012b8b175493606330"
|
||||
dependencies = [
|
||||
"itertools 0.13.0",
|
||||
"unicode-segmentation",
|
||||
"unicode-width 0.1.14",
|
||||
"unicode-width",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "unicode-width"
|
||||
version = "0.1.14"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
|
||||
|
||||
[[package]]
|
||||
name = "unicode-width"
|
||||
version = "0.2.0"
|
||||
|
|
|
@ -56,7 +56,7 @@ paste = "1.0.2"
|
|||
serde = { workspace = true, optional = true }
|
||||
strum.workspace = true
|
||||
unicode-segmentation.workspace = true
|
||||
unicode-truncate = "1"
|
||||
unicode-truncate = "2"
|
||||
unicode-width.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Reference in a new issue