diff --git a/Cargo.lock b/Cargo.lock index 03ace53..65d31a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1760,9 +1760,9 @@ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" [[package]] name = "tokio" -version = "1.49.0" +version = "1.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" +checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" dependencies = [ "pin-project-lite", "tokio-macros", diff --git a/Cargo.toml b/Cargo.toml index 3fd5c16..f78fd62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ walkdir = "2.5" color-eyre = "0.6" ratatui = "0.30" crossterm = { version = "0.29", features = [ "event-stream" ] } -tokio = { version = "1.49", features = [ +tokio = { version = "1.50", features = [ "rt-multi-thread", "sync", "macros",