diff --git a/Cargo.lock b/Cargo.lock index d007901..557989e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1834,9 +1834,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.19.1" +version = "1.19.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95eec79ea28c00a365f539f1961e9278fbcaf81c0ff6aaf0e93c181352446948" +checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 413f88b..76cbeda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,5 +57,5 @@ default-features = false features = ["json", "rustls-tls"] [dependencies.tokio] -version = "1.19.1" +version = "1.19.2" features = ["macros", "rt-multi-thread"]