Skip to content

Commit

Permalink
chore(deps): Update patch levels of remaining deps
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Sep 29, 2024
1 parent ef91a27 commit 373fd4c
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 @@ -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 }
smawk = { version = "0.3.2", optional = true }
terminal_size = { version = "0.4.0", optional = true }
unicode-linebreak = { version = "0.1.4", 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 = "4.0.2"

0 comments on commit 373fd4c

Please sign in to comment.