From a38d6c6e9a8a436a7ff00b5a4b53dc4a69f99a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 01:50:47 +0000 Subject: [PATCH] build(deps): bump tokio from 1.26.0 to 1.27.0 (#6426) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.26.0 to 1.27.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.26.0...tokio-1.27.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 | 11 +++++------ tower-batch/Cargo.toml | 4 ++-- tower-fallback/Cargo.toml | 2 +- zebra-chain/Cargo.toml | 4 ++-- zebra-consensus/Cargo.toml | 4 ++-- zebra-network/Cargo.toml | 4 ++-- zebra-rpc/Cargo.toml | 4 ++-- zebra-state/Cargo.toml | 4 ++-- zebra-test/Cargo.toml | 2 +- zebra-utils/Cargo.toml | 2 +- zebrad/Cargo.toml | 4 ++-- 11 files changed, 22 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5657008e8..6cd052cb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4487,14 +4487,13 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.26.0" +version = "1.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64" +checksum = "d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001" dependencies = [ "autocfg", "bytes", "libc", - "memchr", "mio", "num_cpus", "parking_lot 0.12.1", @@ -4518,13 +4517,13 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "1.8.2" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8" +checksum = "61a573bdc87985e9d6ddeed1b3d864e8a302c847e40d647746df2f1de209d1ce" dependencies = [ "proc-macro2 1.0.53", "quote 1.0.26", - "syn 1.0.109", + "syn 2.0.8", ] [[package]] diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index 80011c691..dc611c5cb 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -10,7 +10,7 @@ futures = "0.3.27" futures-core = "0.3.27" pin-project = "1.0.12" rayon = "1.7.0" -tokio = { version = "1.26.0", features = ["time", "sync", "tracing", "macros"] } +tokio = { version = "1.27.0", features = ["time", "sync", "tracing", "macros"] } tokio-util = "0.7.7" tower = { version = "0.4.13", features = ["util", "buffer"] } tracing = "0.1.37" @@ -25,7 +25,7 @@ tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } ed25519-zebra = "3.1.0" rand = { version = "0.8.5", package = "rand" } -tokio = { version = "1.26.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.27.0", features = ["full", "tracing", "test-util"] } 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 6af160f01..7013eb055 100644 --- a/tower-fallback/Cargo.toml +++ b/tower-fallback/Cargo.toml @@ -12,6 +12,6 @@ futures-core = "0.3.27" tracing = "0.1.37" [dev-dependencies] -tokio = { version = "1.26.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.27.0", features = ["full", "tracing", "test-util"] } zebra-test = { path = "../zebra-test/" } diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 07af4bb00..8e569b031 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -98,7 +98,7 @@ proptest-derive = { version = "0.3.0", optional = true } rand = { version = "0.8.5", optional = true, package = "rand" } rand_chacha = { version = "0.3.1", optional = true } -tokio = { version = "1.26.0", features = ["tracing"], optional = true } +tokio = { version = "1.27.0", features = ["tracing"], optional = true } zebra-test = { path = "../zebra-test/", optional = true } @@ -121,7 +121,7 @@ proptest-derive = "0.3.0" rand = { version = "0.8.5", package = "rand" } rand_chacha = "0.3.1" -tokio = { version = "1.26.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.27.0", features = ["full", "tracing", "test-util"] } zebra-test = { path = "../zebra-test/" } diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index c763b1a4c..6ae61c051 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -39,7 +39,7 @@ futures = "0.3.27" futures-util = "0.3.26" metrics = "0.20.1" thiserror = "1.0.40" -tokio = { version = "1.26.0", features = ["time", "sync", "tracing", "rt-multi-thread"] } +tokio = { version = "1.27.0", features = ["time", "sync", "tracing", "rt-multi-thread"] } tower = { version = "0.4.13", features = ["timeout", "util", "buffer"] } tracing = "0.1.37" tracing-futures = "0.2.5" @@ -71,7 +71,7 @@ proptest = "1.1.0" proptest-derive = "0.3.0" spandoc = "0.2.2" -tokio = { version = "1.26.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.27.0", features = ["full", "tracing", "test-util"] } tracing-error = "0.2.0" tracing-subscriber = "0.3.16" diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index 617f2a0e2..e412e443a 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -31,7 +31,7 @@ serde = { version = "1.0.159", features = ["serde_derive"] } thiserror = "1.0.40" futures = "0.3.27" -tokio = { version = "1.26.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] } +tokio = { version = "1.27.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] } tokio-stream = { version = "0.1.12", features = ["sync", "time"] } tokio-util = { version = "0.7.7", features = ["codec"] } tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] } @@ -57,7 +57,7 @@ proptest = "1.1.0" proptest-derive = "0.3.0" static_assertions = "1.1.0" -tokio = { version = "1.26.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.27.0", features = ["full", "tracing", "test-util"] } toml = "0.7.3" zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] } diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index 6a5435775..a8c12e003 100644 --- a/zebra-rpc/Cargo.toml +++ b/zebra-rpc/Cargo.toml @@ -47,7 +47,7 @@ num_cpus = "1.15.0" serde_json = { version = "1.0.94", features = ["preserve_order"] } indexmap = { version = "1.9.3", features = ["serde"] } -tokio = { version = "1.26.0", features = ["time", "rt-multi-thread", "macros", "tracing"] } +tokio = { version = "1.27.0", features = ["time", "rt-multi-thread", "macros", "tracing"] } tower = "0.4.13" tracing = "0.1.37" @@ -76,7 +76,7 @@ insta = { version = "1.29.0", features = ["redactions", "json", "ron"] } proptest = "1.1.0" thiserror = "1.0.40" -tokio = { version = "1.26.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.27.0", features = ["full", "tracing", "test-util"] } zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] } zebra-consensus = { path = "../zebra-consensus", features = ["proptest-impl"] } diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 8f62ef310..bddfbc8a9 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -47,7 +47,7 @@ tempfile = "3.4.0" thiserror = "1.0.40" rayon = "1.7.0" -tokio = { version = "1.26.0", features = ["sync", "tracing"] } +tokio = { version = "1.27.0", features = ["sync", "tracing"] } tower = { version = "0.4.13", features = ["buffer", "util"] } tracing = "0.1.37" @@ -79,7 +79,7 @@ proptest-derive = "0.3.0" halo2 = { package = "halo2_proofs", version = "0.2.0" } jubjub = "0.9.0" -tokio = { version = "1.26.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.27.0", features = ["full", "tracing", "test-util"] } 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 164a06819..97d9d900c 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -17,7 +17,7 @@ once_cell = "1.17.1" rand = { version = "0.8.5", package = "rand" } regex = "1.7.3" -tokio = { version = "1.26.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.27.0", features = ["full", "tracing", "test-util"] } tower = { version = "0.4.13", features = ["util"] } futures = "0.3.27" diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index 448d2d94a..ddd5b66f5 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -51,7 +51,7 @@ thiserror = "1.0.40" # These crates are needed for the search-issue-refs binary regex = { version = "1.7.1", optional = true } reqwest = { version = "0.11.14", optional = true } -tokio = { version = "1.26.0", features = ["full"], optional = true } +tokio = { version = "1.27.0", features = ["full"], optional = true } zebra-node-services = { path = "../zebra-node-services" } zebra-chain = { path = "../zebra-chain" } diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index de0d31011..2b2b660c5 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -113,7 +113,7 @@ toml = "0.7.3" futures = "0.3.27" rayon = "1.7.0" -tokio = { version = "1.26.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] } +tokio = { version = "1.27.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] } tower = { version = "0.4.13", features = ["hedge", "limit"] } pin-project = "1.0.12" @@ -188,7 +188,7 @@ tempfile = "3.4.0" hyper = { version = "0.14.25", features = ["http1", "http2", "server"]} reqwest = "0.11.16" -tokio = { version = "1.26.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.27.0", features = ["full", "tracing", "test-util"] } tokio-stream = "0.1.12" # test feature lightwalletd-grpc-tests