Skip to content

Commit 34397f1

Browse files
committed
upgrade to crossterm v0.27.
Also upgrade various other dependencies to their latest versions
1 parent 6acf6fe commit 34397f1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ parking_lot = { version = "0.12.1", optional = true, default-features = false }
7272
log = { version = "0.4.8", optional = true }
7373

7474
# render-tui
75-
tui = { package = "ratatui", version = "0.20.1", optional = true, default-features = false }
76-
tui-react = { version = "0.20.0", optional = true }
75+
tui = { package = "ratatui", version = "0.24.0", optional = true, default-features = false }
76+
tui-react = { version = "0.21.0", optional = true }
7777
futures-core = { version = "0.3.4", optional = true, default-features = false }
78-
futures-lite = { version = "1.5.0", optional = true }
78+
futures-lite = { version = "2.1.0", optional = true }
7979
humantime = { version = "2.1.0", optional = true }
8080
unicode-segmentation = { version = "1.6.0", optional = true }
8181
unicode-width = { version = "0.1.7", optional = true }
82-
crosstermion = { version = "0.11.0", optional = true, default-features = false }
83-
async-io = { version = "1.0.0", optional = true }
82+
crosstermion = { version = "0.12.1", optional = true, default-features = false }
83+
async-io = { version = "2.2.1", optional = true }
8484

8585
# localtime support for render-tui
8686
time = { version = "0.3.2", optional = true, features = ["std", "local-offset", "formatting"], default-features = false }
@@ -108,7 +108,7 @@ is-terminal = "0.4.9"
108108
blocking = "1.0.0"
109109
once_cell = "1.4.0"
110110
async-executor = "1.1.0"
111-
async-io = "1.1.0"
111+
async-io = "2.2.1"
112112

113113
[[bench]]
114114
name = "usage"

0 commit comments

Comments
 (0)