From a5d04746a1d21209558303f0681510332b3219e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 22:38:28 +0000 Subject: [PATCH] build(deps): bump tokio from 1.22.0 to 1.23.0 (#5802) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.22.0...tokio-1.23.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 63 ++++++++++++++++++++++++++++++++++++-- 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 +- zebrad/Cargo.toml | 4 +-- 10 files changed, 76 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ec6935c..2f5cd213 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4230,9 +4230,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.22.0" +version = "1.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3" +checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46" dependencies = [ "autocfg", "bytes", @@ -4246,7 +4246,7 @@ dependencies = [ "socket2", "tokio-macros", "tracing", - "winapi", + "windows-sys 0.42.0", ] [[package]] @@ -5032,6 +5032,27 @@ dependencies = [ "windows_x86_64_msvc 0.36.1", ] +[[package]] +name = "windows-sys" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" +dependencies = [ + "windows_aarch64_gnullvm", + "windows_aarch64_msvc 0.42.0", + "windows_i686_gnu 0.42.0", + "windows_i686_msvc 0.42.0", + "windows_x86_64_gnu 0.42.0", + "windows_x86_64_gnullvm", + "windows_x86_64_msvc 0.42.0", +] + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e" + [[package]] name = "windows_aarch64_msvc" version = "0.32.0" @@ -5044,6 +5065,12 @@ version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" +[[package]] +name = "windows_aarch64_msvc" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4" + [[package]] name = "windows_i686_gnu" version = "0.32.0" @@ -5056,6 +5083,12 @@ version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" +[[package]] +name = "windows_i686_gnu" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7" + [[package]] name = "windows_i686_msvc" version = "0.32.0" @@ -5068,6 +5101,12 @@ version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" +[[package]] +name = "windows_i686_msvc" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246" + [[package]] name = "windows_x86_64_gnu" version = "0.32.0" @@ -5080,6 +5119,18 @@ version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" +[[package]] +name = "windows_x86_64_gnu" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028" + [[package]] name = "windows_x86_64_msvc" version = "0.32.0" @@ -5092,6 +5143,12 @@ version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" +[[package]] +name = "windows_x86_64_msvc" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5" + [[package]] name = "winreg" version = "0.10.1" diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index d938dafd..3cb03397 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -10,7 +10,7 @@ futures = "0.3.25" futures-core = "0.3.25" pin-project = "1.0.12" rayon = "1.6.0" -tokio = { version = "1.22.0", features = ["time", "sync", "tracing", "macros"] } +tokio = { version = "1.23.0", features = ["time", "sync", "tracing", "macros"] } tokio-util = "0.7.4" 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.22.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.23.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 5f69de08..b1566654 100644 --- a/tower-fallback/Cargo.toml +++ b/tower-fallback/Cargo.toml @@ -12,6 +12,6 @@ futures-core = "0.3.25" tracing = "0.1.37" [dev-dependencies] -tokio = { version = "1.22.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.23.0", features = ["full", "tracing", "test-util"] } zebra-test = { path = "../zebra-test/" } diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 2aba4edb..9c176ccd 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -95,7 +95,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.22.0", features = ["tracing"], optional = true } +tokio = { version = "1.23.0", features = ["tracing"], optional = true } zebra-test = { path = "../zebra-test/", optional = true } @@ -118,7 +118,7 @@ proptest-derive = "0.3.0" rand = { version = "0.8.5", package = "rand" } rand_chacha = "0.3.1" -tokio = { version = "1.22.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.23.0", features = ["full", "tracing", "test-util"] } zebra-test = { path = "../zebra-test/" } diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 1a300fc5..68ce195e 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -30,7 +30,7 @@ futures = "0.3.25" futures-util = "0.3.25" metrics = "0.20.1" thiserror = "1.0.37" -tokio = { version = "1.22.0", features = ["time", "sync", "tracing", "rt-multi-thread"] } +tokio = { version = "1.23.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" @@ -60,7 +60,7 @@ proptest = "0.10.1" proptest-derive = "0.3.0" spandoc = "0.2.2" -tokio = { version = "1.22.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.23.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 bbbc7553..59d58922 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -31,7 +31,7 @@ serde = { version = "1.0.148", features = ["serde_derive"] } thiserror = "1.0.37" futures = "0.3.25" -tokio = { version = "1.22.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] } +tokio = { version = "1.23.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] } tokio-stream = { version = "0.1.11", features = ["sync", "time"] } tokio-util = { version = "0.7.4", features = ["codec"] } tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] } @@ -57,7 +57,7 @@ proptest = "0.10.1" proptest-derive = "0.3.0" static_assertions = "1.1.0" -tokio = { version = "1.22.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.23.0", features = ["full", "tracing", "test-util"] } toml = "0.5.9" zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] } diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index a6114d90..e00e1b9c 100644 --- a/zebra-rpc/Cargo.toml +++ b/zebra-rpc/Cargo.toml @@ -46,7 +46,7 @@ num_cpus = "1.14.0" serde_json = { version = "1.0.89", features = ["preserve_order"] } indexmap = { version = "1.9.2", features = ["serde"] } -tokio = { version = "1.22.0", features = ["time", "rt-multi-thread", "macros", "tracing"] } +tokio = { version = "1.23.0", features = ["time", "rt-multi-thread", "macros", "tracing"] } tower = "0.4.13" tracing = "0.1.37" @@ -75,7 +75,7 @@ proptest = "0.10.1" proptest-derive = "0.3.0" thiserror = "1.0.37" -tokio = { version = "1.22.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.23.0", features = ["full", "tracing", "test-util"] } zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] } zebra-state = { path = "../zebra-state", features = ["proptest-impl"] } diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index f75b6e78..aa419701 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -42,7 +42,7 @@ tempfile = "3.3.0" thiserror = "1.0.37" rayon = "1.6.0" -tokio = { version = "1.22.0", features = ["sync", "tracing"] } +tokio = { version = "1.23.0", features = ["sync", "tracing"] } tower = { version = "0.4.13", features = ["buffer", "util"] } tracing = "0.1.37" @@ -70,7 +70,7 @@ proptest-derive = "0.3.0" halo2 = { package = "halo2_proofs", version = "0.2.0" } jubjub = "0.9.0" -tokio = { version = "1.22.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.23.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 f07f8564..3f51585f 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -17,7 +17,7 @@ once_cell = "1.16.0" rand = { version = "0.8.5", package = "rand" } regex = "1.7.0" -tokio = { version = "1.22.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.23.0", features = ["full", "tracing", "test-util"] } tower = { version = "0.4.13", features = ["util"] } futures = "0.3.25" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 984e9c12..0e68a367 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -103,7 +103,7 @@ toml = "0.5.9" futures = "0.3.25" rayon = "1.6.0" -tokio = { version = "1.22.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] } +tokio = { version = "1.23.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] } tower = { version = "0.4.13", features = ["hedge", "limit"] } pin-project = "1.0.12" @@ -178,7 +178,7 @@ tempfile = "3.3.0" hyper = { version = "0.14.23", features = ["http1", "http2", "server"]} reqwest = "0.11.13" -tokio = { version = "1.22.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.23.0", features = ["full", "tracing", "test-util"] } tokio-stream = "0.1.11" # test feature lightwalletd-grpc-tests