Skip to content

Commit

Permalink
Merge pull request #562 from waywardmonkeys/update-deps
Browse files Browse the repository at this point in the history
chore(deps): Update `terminal_size`, `unicode-width`, `termion`
  • Loading branch information
mgeisler authored Oct 1, 2024
2 parents b59ee2a + 373fd4c commit fd2c9af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ 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 }
unicode-linebreak = { version = "0.1.4", optional = true }
unicode-width = { version = "0.1.10", optional = true }
smawk = { version = "0.3.2", optional = true }
terminal_size = { version = "0.4.0", optional = true }
unicode-linebreak = { version = "0.1.5", optional = true }
unicode-width = { version = "0.2.0", optional = true }

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

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

0 comments on commit fd2c9af

Please sign in to comment.