Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2ee969a

Browse files
committedMay 22, 2025·
Update dependencies
Fixes #439.
1 parent 1185daa commit 2ee969a

File tree

4 files changed

+428
-319
lines changed

4 files changed

+428
-319
lines changed
 

‎Cargo.lock

Lines changed: 425 additions & 316 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎crates/libtiny_tui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ unicode-width = "0.1"
3131
[dev-dependencies]
3232
bencher = "0.1"
3333
libc = "0.2"
34-
mio = "0.8"
34+
mio = "1.0"

‎crates/term_input/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010
[dependencies]
1111
libc = "0.2"
1212
log = "0.4"
13-
mio = "0.8"
13+
mio = "1.0"
1414
nix = "0.26"
1515
term_input_macros = { path = "../term_input_macros" }
1616
tokio = { version = "1.17", default-features = false, features = ["net", "rt"] }

‎crates/termbox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ termion = "1.5"
1313
unicode-width = "0.1"
1414

1515
[dev-dependencies]
16-
mio = "0.8"
16+
mio = "1.0"
1717
term_input = { path = "../term_input" }
1818
tokio = { version = "1.17", default-features = false, features = [] }
1919
tokio-stream = "0.1"

0 commit comments

Comments
 (0)
Please sign in to comment.