diff --git a/Cargo.lock b/Cargo.lock index e833e11..6bab3e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1237,9 +1237,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.39.1" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d040ac2b29ab03b09d4129c2f5bbd012a3ac2f79d38ff506a4bf8dd34b0eac8a" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index dd7f6a3..14edd1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,5 +29,5 @@ rand = "0.8.5" ratatui = "0.25.0" serde = { version = "1.0.204", features = ["derive"] } serde_json = { version = "1.0.128", features = ["raw_value"] } -tokio = { version = "1.39.1", features = ["fs", "macros", "rt-multi-thread", "io-util", "time"] } +tokio = { version = "1.40.0", features = ["fs", "macros", "rt-multi-thread", "io-util", "time"] } tokio-util = "0.7.11"