summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-29 11:34:08 +0000
committerGitHub <noreply@github.com>2024-04-29 11:34:08 +0000
commit77f686129de975eafa4f241b8eb853bca6d30941 (patch)
treedca9c49910c7ff62154982cca57491bf2b49277d
parent8b8614000ee71a5a8cc52c325ba958d2ea44592c (diff)
chore: Bump unicode-width from 0.1.11 to 0.1.12 (#214)
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.11 to 0.1.12. - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.11...v0.1.12) --- updated-dependencies: - dependency-name: unicode-width dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 f5e12fd..3d22d61 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1643,9 +1643,9 @@ checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
[[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 = "utf8parse"
diff --git a/Cargo.toml b/Cargo.toml
index 2c1f777..c750deb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,7 +36,7 @@ gpgme = "0.11.0"
ratatui = "0.26.2"
anyhow = "1.0.82"
chrono = "0.4.38"
-unicode-width = "0.1.11"
+unicode-width = "0.1.12"
copypasta-ext = "0.4.4"
colorsys = "0.6.7"
shellexpand = "3.1.0"