summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-01-31 22:02:13 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-02-01 01:28:43 +0000
commit4788d8bfa03e95d477d87d5662ba33abdf986fb7 (patch)
treeb4136ea9fa930419b502f6a62df5450551ae2014
parent2ef936079745b66f077c4071b7b6ea9a5aa465ce (diff)
build(deps): update rust crate unicode-segmentation to 1.10.1
-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 7c7d2db63..1c7a28f28 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3231,9 +3231,9 @@ dependencies = [
[[package]]
name = "unicode-segmentation"
-version = "1.10.0"
+version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
+checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
[[package]]
name = "unicode-width"
diff --git a/Cargo.toml b/Cargo.toml
index 4b8722b34..e1a5d98e5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -82,7 +82,7 @@ systemstat = "=0.2.3"
terminal_size = "0.2.3"
toml = { version = "0.7.1", features = ["preserve_order"] }
toml_edit = "0.19.1"
-unicode-segmentation = "1.10.0"
+unicode-segmentation = "1.10.1"
unicode-width = "0.1.10"
urlencoding = "2.1.2"
versions = "4.1.0"