From ef91a27bcf5f4cf50ee12993032b227982ecf52e Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sun, 29 Sep 2024 16:12:13 +0700 Subject: [PATCH 1/2] chore(deps): Update `terminal_size`, `unicode-width`, `termion` * `terminal_size` is now using 0.4.0 * `termion` is now using 4.0.2 * `unicode-width` is now using 0.2.0 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ab69ac5..95ea061 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" From 373fd4c72513e217d076d57ec00b7e8be35dfdba Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sun, 29 Sep 2024 19:25:45 +0700 Subject: [PATCH 2/2] chore(deps): Update patch levels of remaining deps --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 95ea061..146662b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"