summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-16 17:40:46 +0000
committerGitHub <noreply@github.com>2024-07-16 17:40:46 +0000
commit4f7392d70e43f571b78ac1cdf28edc5cd7e8e3e5 (patch)
tree499e6142f8e60a688e087db770ffccc2797b71c8
parentc4803e6825826b6e38904b6b0579040f2d46bfb3 (diff)
Bump unicode-segmentation from 1.10.1 to 1.11.0dependabot/cargo/unicode-segmentation-1.11.0
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.10.1 to 1.11.0. - [Commits](https://github.com/unicode-rs/unicode-segmentation/compare/v1.10.1...v1.11.0) --- updated-dependencies: - dependency-name: unicode-segmentation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@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 0828a5af..89c807d3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1378,9 +1378,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 65bb7233..03852ce6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,7 +50,7 @@ serde_json = "1.0.96"
shell-words = "1.0.0"
smol_str = "0.1.24"
syntect = "5.0.0"
-unicode-segmentation = "1.10.1"
+unicode-segmentation = "1.11.0"
unicode-width = "0.1.10"
xdg = "2.4.1"
clap_complete = "4.4.4"