summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-04-26 23:25:23 +0000
committerGitHub <noreply@github.com>2024-04-26 23:25:23 +0000
commit32baf85b64d26c060ad3b4307aed7778a6b67dc3 (patch)
tree7033ecec3813ec74934cae6475efd92fccb5af1c
parentad4fa687e7e063ad6e5ff77df14d36f496642217 (diff)
build(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 42ec21292..0c3aa1cf7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3235,9 +3235,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 3d0a32f6d..d2a621ad3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -83,7 +83,7 @@ terminal_size = "0.3.0"
toml = { version = "0.8.12", features = ["preserve_order"] }
toml_edit = "0.22.12"
unicode-segmentation = "1.11.0"
-unicode-width = "0.1.11"
+unicode-width = "0.1.12"
urlencoding = "2.1.3"
versions = "6.2.0"
which = "6.0.1"