summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-16 17:41:03 +0000
committerGitHub <noreply@github.com>2024-07-16 17:41:03 +0000
commita471d409e27288e82a964bbbe7a0563ee896f7f3 (patch)
tree8a982b813a0f9f969c83131b1b7a2539fff5b75f
parentc4803e6825826b6e38904b6b0579040f2d46bfb3 (diff)
Bump unicode-width from 0.1.11 to 0.1.13dependabot/cargo/unicode-width-0.1.13
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.11 to 0.1.13. - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.11...v0.1.13) --- updated-dependencies: - dependency-name: unicode-width dependency-type: direct:production update-type: version-update:semver-patch ... 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..e8a5b3d2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1384,9 +1384,9 @@ checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
[[package]]
name = "unicode-width"
-version = "0.1.11"
+version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
+checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
[[package]]
name = "unsafe-libyaml"
diff --git a/Cargo.toml b/Cargo.toml
index 65bb7233..c1e5496d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,7 +51,7 @@ shell-words = "1.0.0"
smol_str = "0.1.24"
syntect = "5.0.0"
unicode-segmentation = "1.10.1"
-unicode-width = "0.1.10"
+unicode-width = "0.1.13"
xdg = "2.4.1"
clap_complete = "4.4.4"
terminal-colorsaurus = "0.4.1"