diff --git a/Cargo.lock b/Cargo.lock index fe02958..d0a15b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -720,9 +720,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.15.0" +version = "1.18.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838" +checksum = "0e050c618355082ae5a89ec63bbf897225d5ffe84c7c4e036874e4d185a5044e" dependencies = [ "num_cpus", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index 668555c..2e65c0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ edition = "2018" crossterm = "0.22.1" tui = { version = "0.16.0", default-features = false, features = ['crossterm'] } clap = "2.34.0" -tokio = { version = "1.15.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.18.5", features = ["macros", "rt-multi-thread"] } tokio-stream = { version = "0.1.7", features = ["time"] } dirs = "4.0.0" human-panic = "1.0"