summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-20 11:09:46 +0200
committerGitHub <noreply@github.com>2023-09-20 11:09:46 +0200
commit276d79eab97aa62a0dcbe00e4649b9dc15040854 (patch)
tree14c3f0d9c06a0929d739d072e002ad9173c9717b
parentfe0e1201bf4236cd5ee6c2edb0350c6d1590e040 (diff)
chore(deps): bump unicode-width from 0.1.10 to 0.1.11 (#137)
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.10 to 0.1.11. - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.10...v0.1.11) --- 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--systeroid-tui/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9562ac3..be4f26f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1261,9 +1261,9 @@ checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
[[package]]
name = "unicode-width"
-version = "0.1.10"
+version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
+checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
[[package]]
name = "walkdir"
diff --git a/systeroid-tui/Cargo.toml b/systeroid-tui/Cargo.toml
index 52684e1..67c8ed1 100644
--- a/systeroid-tui/Cargo.toml
+++ b/systeroid-tui/Cargo.toml
@@ -19,7 +19,7 @@ clipboard = ["copypasta-ext"]
[dependencies]
termion = "2.0.1"
-unicode-width = "0.1.10"
+unicode-width = "0.1.11"
thiserror = "1.0.48"
getopts = "0.2.21"
copypasta-ext = { version = "0.4.4", optional = true }