Skip to content

Commit 912dbd4

Browse files
committed
Bumped dependencies
1 parent a55a582 commit 912dbd4

File tree

2 files changed

+127
-30
lines changed

2 files changed

+127
-30
lines changed

Cargo.lock

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

heos-tui/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ version = "0.1.0"
1515
path = "../heos-lib"
1616

1717
[dependencies]
18-
crossterm = { version = "0.28.1", features = ["event-stream"] }
18+
crossterm = { version = "0.29.0", features = ["event-stream"] }
1919
ratatui = "0.29.0"
20-
tokio = { version = "1.45.1", features = ["full"] }
20+
tokio = { version = "1.47.1", features = ["full"] }
2121
futures = "0.3.31"
2222
futures-util = "0.3.31"
23-
tui-logger = "0.14.5"
24-
log = "0.4.27"
23+
tui-logger = "0.17.3"
24+
log = "0.4.28"

0 commit comments

Comments
 (0)