Skip to content

Commit

Permalink
chore(deps): Update terminal_size, unicode-width, termion
Browse files Browse the repository at this point in the history
* `terminal_size` is now using 0.4.0
* `termion` is now using 4.0.2
* `unicode-width` is now using 0.2.0
  • Loading branch information
waywardmonkeys committed Sep 29, 2024
1 parent b59ee2a commit ef91a27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ unexpected_cfgs = { level = "warn", check-cfg = ["cfg(fuzzing)"] }
[dependencies]
hyphenation = { version = "0.8.4", optional = true, features = ["embed_en-us"] }
smawk = { version = "0.3.1", optional = true }
terminal_size = { version = "0.2.1", optional = true }
terminal_size = { version = "0.4.0", optional = true }
unicode-linebreak = { version = "0.1.4", optional = true }
unicode-width = { version = "0.1.10", optional = true }
unicode-width = { version = "0.2.0", optional = true }

[dev-dependencies]
unic-emoji-char = "0.9.0"
version-sync = "0.9.4"

[target."cfg(unix)".dev-dependencies]
termion = "2.0.1"
termion = "4.0.2"

0 comments on commit ef91a27

Please sign in to comment.