summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hofstetter <daniel.hofstetter@42dh.com>2024-04-27 06:55:56 +0200
committerGitHub <noreply@github.com>2024-04-27 06:55:56 +0200
commit65b25c7a27761bbf9a79b7fd51d4c53fd972a423 (patch)
tree1c1e09fb0132a387eba71bb87e477c0355728b10
parentf95f363096610d7e5e1556d6d0a32b5018065c4c (diff)
parentce377760bac5d8c2421d2f9a2c344f0f33bb1d46 (diff)
Merge pull request #6277 from uutils/renovate/unicode-width-0.x
chore(deps): update rust crate unicode-width to 0.1.12
-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 e77169a23..b0d6db609 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2292,9 +2292,9 @@ checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
[[package]]
name = "unicode-width"
-version = "0.1.11"
+version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
+checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
[[package]]
name = "unicode-xid"
diff --git a/Cargo.toml b/Cargo.toml
index a36581c44..3e83d8648 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -327,7 +327,7 @@ textwrap = { version = "0.16.1", features = ["terminal_size"] }
thiserror = "1.0"
time = { version = "0.3" }
unicode-segmentation = "1.11.0"
-unicode-width = "0.1.11"
+unicode-width = "0.1.12"
utf-8 = "0.7.6"
walkdir = "2.5"
winapi-util = "0.1.8"