1
0
mirror of https://github.com/orhun/kmon synced 2024-07-01 07:15:21 +00:00

chore: Bump unicode-width from 0.1.11 to 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>
This commit is contained in:
dependabot[bot] 2024-06-04 16:01:03 +00:00 committed by GitHub
parent a475daf72e
commit a893ce0e48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -722,9 +722,9 @@ dependencies = [
[[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 = "utf8parse"

View File

@ -19,7 +19,7 @@ ratatui = { version = "0.26.3", default-features = false, features = [
] }
termion = "4.0.0"
bytesize = "1.3.0"
unicode-width = "0.1.11"
unicode-width = "0.1.13"
colorsys = "0.6.7"
enum-iterator = "2.0.0"
clap = "4.5.4"