diff --git a/Cargo.lock b/Cargo.lock index 3f480d9..66a0c29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1762,9 +1762,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.18.0" +version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f48b6d60512a392e34dbf7fd456249fd2de3c83669ab642e021903f4015185b" +checksum = "dce653fb475565de9f6fb0614b28bca8df2c430c0cf84bcd9c843f15de5414cc" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index dcaed08..5edcb8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,5 +57,5 @@ default-features = false features = ["json", "rustls-tls"] [dependencies.tokio] -version = "1.18.0" +version = "1.18.1" features = ["macros", "rt-multi-thread"]