summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-02-07 07:24:28 +0000
committerGitHub <noreply@github.com>2024-02-07 07:24:28 +0000
commita0df2c28f48a8f6a7f17575615df0f5a556c9695 (patch)
tree85635f41beac9b9688718ef66bd21ff58737a93d
parent72b61ef15359e8794b49e255288e2adbeaace281 (diff)
build(deps): update rust crate unicode-segmentation to 1.11.0
-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 6fd6e51fd..c7253795e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3280,9 +3280,9 @@ dependencies = [
[[package]]
name = "unicode-segmentation"
-version = "1.10.1"
+version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
+checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
[[package]]
name = "unicode-width"
diff --git a/Cargo.toml b/Cargo.toml
index 17f8d3c4a..1c0fc6696 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -82,7 +82,7 @@ systemstat = "=0.2.3"
terminal_size = "0.3.0"
toml = { version = "0.8.10", features = ["preserve_order"] }
toml_edit = "0.22.4"
-unicode-segmentation = "1.10.1"
+unicode-segmentation = "1.11.0"
unicode-width = "0.1.11"
urlencoding = "2.1.3"
versions = "6.1.0"