diff --git a/Cargo.lock b/Cargo.lock index 8a2aff0..2d7523d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1254,9 +1254,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.10.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01cf844b23c6131f624accf65ce0e4e9956a8bb329400ea5bcc26ae3a5c20b0b" +checksum = "52963f91310c08d91cb7bff5786dfc8b79642ab839e188187e92105dbfb9d2c8" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 266a0ff..c7b1645 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ features = ["serde"] # Optional Dependencies ################################################################################################### [dependencies.tokio] -version = "^1.10.0" +version = "^1.13.1" features = ["rt", "fs", "io-util", "sync", "rt-multi-thread"] optional = true