diff --git a/Cargo.lock b/Cargo.lock index cdff442..9d34c7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -929,9 +929,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.30.0" +version = "1.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d3ce25f50619af8b0aec2eb23deebe84249e19e2ddd393a6e16e3300a6dadfd" +checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" dependencies = [ "backtrace", "num_cpus", diff --git a/Cargo.toml b/Cargo.toml index 6c14fce..7368c2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ default = [] [dependencies] async-trait = "0.1.72" -tokio = { version = "1.30.0", features = ["rt", "rt-multi-thread", "macros"] } +tokio = { version = "1.33.0", features = ["rt", "rt-multi-thread", "macros"] } clap = "4.3.21" clap_complete = "4.3.2" clap_mangen = "0.2.12"