wip: bump deps

This commit is contained in:
Berkus Decker 2023-11-13 02:08:28 +02:00
parent 32dc32ff46
commit e09214f819
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ anyhow = "1.0"
crossterm = { version = "0.27", features = ["event-stream"] }
futures = "0.3"
futures-util = { version = "0.3", features = ["io"] }
tokio = { version = "1.33", features = ["full"] }
tokio = { version = "1.34", features = ["full"] }
tokio-util = { version = "0.7", features = ["io", "codec", "io"] }
tokio-stream = { version = "0.1" }
tokio-serial = "5.4"