diff --git a/Cargo.lock b/Cargo.lock index 8a2aff0..abda95d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1254,11 +1254,10 @@ dependencies = [ [[package]] name = "tokio" -version = "1.10.0" +version = "1.18.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01cf844b23c6131f624accf65ce0e4e9956a8bb329400ea5bcc26ae3a5c20b0b" +checksum = "0e050c618355082ae5a89ec63bbf897225d5ffe84c7c4e036874e4d185a5044e" dependencies = [ - "autocfg", "bytes", "memchr", "num_cpus", diff --git a/Cargo.toml b/Cargo.toml index 266a0ff..64c040a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ features = ["serde"] # Optional Dependencies ################################################################################################### [dependencies.tokio] -version = "^1.10.0" +version = "^1.18.5" features = ["rt", "fs", "io-util", "sync", "rt-multi-thread"] optional = true