From 852c5d63bba22ed9547722fdc9bc9b56081dd116 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Dec 2021 06:58:07 +1000 Subject: [PATCH] Bump tokio from 1.14.0 to 1.15.0 (#3245) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.14.0...tokio-1.15.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 9 ++++----- tower-batch/Cargo.toml | 4 ++-- tower-fallback/Cargo.toml | 2 +- zebra-consensus/Cargo.toml | 4 ++-- zebra-network/Cargo.toml | 4 ++-- zebra-state/Cargo.toml | 4 ++-- zebra-test/Cargo.toml | 2 +- zebrad/Cargo.toml | 4 ++-- 8 files changed, 16 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7de6cd81..36a4ff25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3558,11 +3558,10 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.14.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70e992e41e0d2fb9f755b37446f20900f64446ef54874f40a60c78f021ac6144" +checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838" dependencies = [ - "autocfg", "bytes 1.1.0", "libc", "memchr", @@ -3579,9 +3578,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9efc1aba077437943f7515666aa2b882dfabfbfdf89c819ea75a8d6e9eaba5e" +checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.7", diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index 65e0e6fd..e79ed064 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" futures = "0.3.18" futures-core = "0.3.13" pin-project = "1.0.7" -tokio = { version = "1.14.0", features = ["time", "sync", "tracing", "macros"] } +tokio = { version = "1.15.0", features = ["time", "sync", "tracing", "macros"] } tower = { version = "0.4.11", features = ["util", "buffer"] } tracing = "0.1.29" tracing-futures = "0.2.5" @@ -18,7 +18,7 @@ tracing-futures = "0.2.5" color-eyre = "0.5.11" ed25519-zebra = "3.0.0" rand = "0.8" -tokio = { version = "1.14.0", features = ["full"]} +tokio = { version = "1.15.0", features = ["full"]} tokio-test = "0.4.2" tower-fallback = { path = "../tower-fallback/" } tower-test = "0.4.0" diff --git a/tower-fallback/Cargo.toml b/tower-fallback/Cargo.toml index 575267f6..91b7026f 100644 --- a/tower-fallback/Cargo.toml +++ b/tower-fallback/Cargo.toml @@ -13,4 +13,4 @@ tracing = "0.1" [dev-dependencies] zebra-test = { path = "../zebra-test/" } -tokio = { version = "1.14.0", features = ["full"]} +tokio = { version = "1.15.0", features = ["full"]} diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 4e41da00..a38488c7 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -29,7 +29,7 @@ futures = "0.3.18" futures-util = "0.3.17" metrics = "0.17.0" thiserror = "1.0.30" -tokio = { version = "1.14.0", features = ["time", "sync", "tracing"] } +tokio = { version = "1.15.0", features = ["time", "sync", "tracing"] } tower = { version = "0.4.11", features = ["timeout", "util", "buffer"] } tracing = "0.1.29" tracing-futures = "0.2.5" @@ -57,7 +57,7 @@ proptest = "0.10" proptest-derive = "0.3.0" rand07 = { package = "rand", version = "0.7" } spandoc = "0.2" -tokio = { version = "1.14.0", features = ["full"] } +tokio = { version = "1.15.0", features = ["full"] } tracing-error = "0.1.2" tracing-subscriber = "0.2.25" diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index cc964c57..d0ed53a4 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -22,7 +22,7 @@ serde = { version = "1", features = ["serde_derive"] } thiserror = "1" futures = "0.3" -tokio = { version = "1.14.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] } +tokio = { version = "1.15.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] } tokio-stream = { version = "0.1.7", features = ["sync", "time"] } tokio-util = { version = "0.6.9", features = ["codec"] } tower = { version = "0.4.11", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] } @@ -37,7 +37,7 @@ zebra-chain = { path = "../zebra-chain" } [dev-dependencies] proptest = "0.10" proptest-derive = "0.3" -tokio = { version = "1.14.0", features = ["test-util"] } +tokio = { version = "1.15.0", features = ["test-util"] } toml = "0.5" zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] } diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index e302c2f7..09ad9f9d 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -31,7 +31,7 @@ rocksdb = "0.16.0" serde = { version = "1", features = ["serde_derive"] } tempdir = "0.3.7" thiserror = "1.0.30" -tokio = { version = "1.14.0", features = ["sync"] } +tokio = { version = "1.15.0", features = ["sync"] } tower = { version = "0.4.11", features = ["buffer", "util"] } tracing = "0.1" @@ -50,7 +50,7 @@ proptest = "0.10.1" proptest-derive = "0.3" spandoc = "0.2" tempdir = "0.3.7" -tokio = { version = "1.14.0", features = ["full"] } +tokio = { version = "1.15.0", features = ["full"] } zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] } zebra-test = { path = "../zebra-test/" } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 0fa30dde..a02ad171 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -15,7 +15,7 @@ proptest = "0.10.1" rand = "0.8" regex = "1.4.6" -tokio = { version = "1.14.0", features = ["full"] } +tokio = { version = "1.15.0", features = ["full"] } tower = { version = "0.4.11", features = ["util"] } futures = "0.3.18" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index be1b7c18..c15044b5 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -24,7 +24,7 @@ toml = "0.5" hyper = { version = "0.14.16", features = ["full"] } futures = "0.3" -tokio = { version = "1.14.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] } +tokio = { version = "1.15.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] } tower = { version = "0.4.11", features = ["hedge", "limit"] } pin-project = "1.0.7" @@ -58,7 +58,7 @@ once_cell = "1.9" regex = "1.4.6" semver = "1.0.3" tempdir = "0.3.7" -tokio = { version = "1.14.0", features = ["full", "test-util"] } +tokio = { version = "1.15.0", features = ["full", "test-util"] } proptest = "0.10" proptest-derive = "0.3"