diff --git a/Cargo.lock b/Cargo.lock index 85e74c3a..f24d8b60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1637,11 +1637,10 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.13.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "588b2d10a336da58d877567cd8fb8a14b463e2104910f8132cd054b4b96e29ee" +checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838" dependencies = [ - "autocfg", "bytes 1.0.1", "libc", "memchr", @@ -1657,9 +1656,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "1.3.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54473be61f4ebe4efd09cec9bd5d16fa51d70ea0192213d754d2d500457db110" +checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index a6352cf5..fba878d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ once_cell = "1.8" anyhow = "1.0" structopt = "0.3" futures = "0.3" -tokio = { version = "1.13", features = ["full"] } +tokio = { version = "1.15", features = ["full"] } tokio-util = { version = "0.6", features = ["full"] } tokio-stream = "0.1" thiserror = "1.0"