diff --git a/Cargo.lock b/Cargo.lock index 3f735fcca21..0d048920622 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3102,9 +3102,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.15.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838" +checksum = "95e99d373042c30406d317cfc5bfad7b5d604bdd31dab72cf8739abebaa64aee" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index ecd0c853bb4..24b80929d1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ swirl = { git = "https://github.com/sgrif/swirl.git", rev = "e87cf37" } tar = "=0.4.38" tempfile = "=3.3.0" thiserror = "=1.0.30" -tokio = { version = "=1.15.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]} +tokio = { version = "=1.16.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]} toml = "=0.5.8" tracing = "=0.1.29" tracing-subscriber = { version = "=0.3.7", features = ["env-filter"] } @@ -94,7 +94,7 @@ claim = "=0.5.0" conduit-test = "=0.10.0" hyper-tls = "=0.5.0" lazy_static = "=1.4.0" -tokio = "=1.15.0" +tokio = "=1.16.0" tower-service = "=0.3.1" [build-dependencies]