diff --git a/Cargo.lock b/Cargo.lock index f1b2a8c..bfd6fd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1726,9 +1726,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.2" +version = "1.39.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" +checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" dependencies = [ "backtrace", "bytes", @@ -1928,7 +1928,7 @@ checksum = "74e81324f07ec6df239679d17120e479b09a29a564df88f7ae2e1979ecc717a8" dependencies = [ "derive_builder", "font8x8", - "itertools 0.12.1", + "itertools 0.13.0", "ratatui", ] diff --git a/Cargo.toml b/Cargo.toml index d8e388c..0ea101a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ hac-cli = { path = "hac-cli" } anyhow = "1.0.81" crossterm = { version = "0.27.0", features = ["event-stream"] } -tokio = { version = "1.39.2", features = ["rt", "rt-multi-thread", "macros", "fs"] } +tokio = { version = "1.39.3", features = ["rt", "rt-multi-thread", "macros", "fs"] } tracing = "0.1.40" serde = { version = "1.0.204", features = ["derive", "rc"] } serde_json = "1.0.124"