summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-22 15:16:11 +0800
committerGitHub <noreply@github.com>2024-09-22 15:16:11 +0800
commit18c8c16c5e448032705a3152abb9a52d4d851043 (patch)
tree21b7cae2169eb574872e6a3483a1dd6bccd54970
parent299a218de7a37336329567070f49227097d670c0 (diff)
Bump unicode-segmentation from 1.11.0 to 1.12.0 (#13862)
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.11.0 to 1.12.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unicode-rs/unicode-segmentation/commit/9e3f88c06ca275294ef4cb1daf0789f06a28611d"><code>9e3f88c</code></a> Publish 1.12</li> <li><a href="https://github.com/unicode-rs/unicode-segmentation/commit/187d8b8e848b202914c13d574241a9f7219a0ae7"><code>187d8b8</code></a> Support Unicode 16.0.0 (<a href="https://redirect.github.com/unicode-rs/unicode-segmentation/issues/140">#140</a>)</li> <li><a href="https://github.com/unicode-rs/unicode-segmentation/commit/0f55f70b445202fd9d3c101b9936e6649e808441"><code>0f55f70</code></a> Fix unwrap panic in next_boundary() (<a href="https://redirect.github.com/unicode-rs/unicode-segmentation/issues/137">#137</a>)</li> <li><a href="https://github.com/unicode-rs/unicode-segmentation/commit/0fa7148d3bfd1b1e35e942b27f8c86d460bae896"><code>0fa7148</code></a> Merge pull request <a href="https://redirect.github.com/unicode-rs/unicode-segmentation/issues/138">#138</a> from cardigan1008/issue-overflow</li> <li><a href="https://github.com/unicode-rs/unicode-segmentation/commit/164f787b72d044562103cd4edb2027f321d032b8"><code>164f787</code></a> fmt</li> <li><a href="https://github.com/unicode-rs/unicode-segmentation/commit/cbb87720d2a32eefdb0a7e18184deab2727d6d2e"><code>cbb8772</code></a> fix: arithmetic overflow</li> <li><a href="https://github.com/unicode-rs/unicode-segmentation/commit/2081c29df7cf131341f01adfeb4ba1e8c68661c4"><code>2081c29</code></a> Merge pull request <a href="https://redirect.github.com/unicode-rs/unicode-segmentation/issues/136">#136</a> from Jules-Bertholet/std-tables</li> <li><a href="https://github.com/unicode-rs/unicode-segmentation/commit/e96ec2eb6c099b8439570d6ae8cc4343d0bc59f1"><code>e96ec2e</code></a> Use stdlib alphabetic and numeric character tables</li> <li><a href="https://github.com/unicode-rs/unicode-segmentation/commit/592ce00a3f90d521f18ce325b9641fcd30794c21"><code>592ce00</code></a> Merge pull request <a href="https://redirect.github.com/unicode-rs/unicode-segmentation/issues/134">#134</a> from Jules-Bertholet/fix</li> <li><a href="https://github.com/unicode-rs/unicode-segmentation/commit/dce3a345cc5bdda1dd70438c1b85f733460f6a67"><code>dce3a34</code></a> Add comments to <code>handle_incb_consonant</code></li> <li>Additional commits viewable in <a href="https://github.com/unicode-rs/unicode-segmentation/compare/v1.11.0...v1.12.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=unicode-segmentation&package-manager=cargo&previous-version=1.11.0&new-version=1.12.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>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f04e13588..74d88afb2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -6568,9 +6568,9 @@ dependencies = [
[[package]]
name = "unicode-segmentation"
-version = "1.11.0"
+version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
+checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
[[package]]
name = "unicode-truncate"
diff --git a/Cargo.toml b/Cargo.toml
index a354fcbb6..afc7ff643 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -161,7 +161,7 @@ titlecase = "2.0"
toml = "0.8"
trash = "3.3"
umask = "2.1"
-unicode-segmentation = "1.11"
+unicode-segmentation = "1.12"
unicode-width = "0.1"
ureq = { version = "2.10", default-features = false }
url = "2.2"