diff --git a/Cargo.lock b/Cargo.lock index 861d1f4..c8e83da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1465,9 +1465,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.39.3" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "bytes", diff --git a/yeet-frontend/Cargo.toml b/yeet-frontend/Cargo.toml index 95c39b1..7013ee1 100644 --- a/yeet-frontend/Cargo.toml +++ b/yeet-frontend/Cargo.toml @@ -8,7 +8,7 @@ crossterm = { version = "0.28.1", features = ["event-stream"] } futures = "0.3.30" ratatui = "0.28.1" yeet-keymap = { path = "../yeet-keymap" } -tokio = { version = "1.39.3", features = ["full"] } +tokio = { version = "1.40.0", features = ["full"] } csv = "1.3.0" thiserror = "1.0.63" notify = { version = "6.1.1", default-features = false, features = ["macos_fsevent"] } diff --git a/yeet/Cargo.toml b/yeet/Cargo.toml index 2bd1300..52d5b64 100644 --- a/yeet/Cargo.toml +++ b/yeet/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] yeet-frontend = { path = "../yeet-frontend" } -tokio = { version = "1.39.3", features = ["full"] } +tokio = { version = "1.40.0", features = ["full"] } thiserror = "1.0.63" clap = "4.5.16" tracing = "0.1.40"