From 21003ebcd694adaf59a87fc29c39c548e054d555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 14:04:51 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.21.0 to 1.26.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.0 to 1.26.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.21.0...tokio-1.26.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 89 ++++++++++++++++--- explorer/Cargo.toml | 2 +- jormungandr/Cargo.toml | 4 +- testing/jormungandr-automation/Cargo.toml | 2 +- .../jormungandr-integration-tests/Cargo.toml | 2 +- testing/loki/Cargo.toml | 2 +- testing/mjolnir/Cargo.toml | 2 +- 7 files changed, 84 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef5b6bb56f..477366391c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1574,7 +1574,7 @@ dependencies = [ "cfg-if 1.0.0", "libc", "redox_syscall", - "windows-sys", + "windows-sys 0.36.1", ] [[package]] @@ -2925,7 +2925,7 @@ dependencies = [ "libc", "log", "wasi 0.11.0+wasi-snapshot-preview1", - "windows-sys", + "windows-sys 0.36.1", ] [[package]] @@ -3345,7 +3345,7 @@ dependencies = [ "libc", "redox_syscall", "smallvec", - "windows-sys", + "windows-sys 0.36.1", ] [[package]] @@ -4849,9 +4849,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.21.0" +version = "1.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89797afd69d206ccd11fb0ea560a44bbb87731d020670e79416d442919257d42" +checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64" dependencies = [ "autocfg", "bytes", @@ -4859,13 +4859,12 @@ dependencies = [ "memchr", "mio", "num_cpus", - "once_cell", "parking_lot 0.12.1", "pin-project-lite", "signal-hook-registry", "socket2", "tokio-macros", - "winapi", + "windows-sys 0.45.0", ] [[package]] @@ -5636,43 +5635,109 @@ version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" dependencies = [ - "windows_aarch64_msvc", - "windows_i686_gnu", - "windows_i686_msvc", - "windows_x86_64_gnu", - "windows_x86_64_msvc", + "windows_aarch64_msvc 0.36.1", + "windows_i686_gnu 0.36.1", + "windows_i686_msvc 0.36.1", + "windows_x86_64_gnu 0.36.1", + "windows_x86_64_msvc 0.36.1", +] + +[[package]] +name = "windows-sys" +version = "0.45.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" +dependencies = [ + "windows-targets", +] + +[[package]] +name = "windows-targets" +version = "0.42.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" +dependencies = [ + "windows_aarch64_gnullvm", + "windows_aarch64_msvc 0.42.1", + "windows_i686_gnu 0.42.1", + "windows_i686_msvc 0.42.1", + "windows_x86_64_gnu 0.42.1", + "windows_x86_64_gnullvm", + "windows_x86_64_msvc 0.42.1", ] +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.42.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" + [[package]] name = "windows_aarch64_msvc" version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" +[[package]] +name = "windows_aarch64_msvc" +version = "0.42.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" + [[package]] name = "windows_i686_gnu" version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" +[[package]] +name = "windows_i686_gnu" +version = "0.42.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" + [[package]] name = "windows_i686_msvc" version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" +[[package]] +name = "windows_i686_msvc" +version = "0.42.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" + [[package]] name = "windows_x86_64_gnu" 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.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.42.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" + [[package]] name = "windows_x86_64_msvc" 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.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" + [[package]] name = "winreg" version = "0.10.1" diff --git a/explorer/Cargo.toml b/explorer/Cargo.toml index 643f00960d..8a3e2763de 100644 --- a/explorer/Cargo.toml +++ b/explorer/Cargo.toml @@ -28,7 +28,7 @@ tracing-futures = "0.2" tracing-gelf = { version = "0.6", optional = true } tracing-subscriber = { version = "0.3", features = ["fmt", "json"] } tracing-appender = "0.2" -tokio = { version = "^1.4", features = ["rt-multi-thread", "time", "sync", "rt", "signal", "test-util"] } +tokio = { version = "^1.26", features = ["rt-multi-thread", "time", "sync", "rt", "signal", "test-util"] } tokio-stream = { version = "0.1.4", features = ["sync"] } tokio-util = { version = "0.6.0", features = ["time"] } tonic = "0.4" diff --git a/jormungandr/Cargo.toml b/jormungandr/Cargo.toml index f31eadb34c..19529c7b57 100644 --- a/jormungandr/Cargo.toml +++ b/jormungandr/Cargo.toml @@ -52,7 +52,7 @@ tracing-gelf = { version = "0.6", optional = true } tracing-journald = { version = "=0.2.0", optional = true } tracing-subscriber = { version = "0.3", features = ["fmt", "json", "time"] } tracing-appender = "0.2" -tokio = { version = "^1.15", features = ["rt-multi-thread", "time", "sync", "rt", "signal", "test-util"] } +tokio = { version = "^1.26", features = ["rt-multi-thread", "time", "sync", "rt", "signal", "test-util"] } tokio-stream = { version = "0.1.4", features = ["sync"] } tokio-util = { version = "0.6.0", features = ["time"] } tonic = "0.6" @@ -66,7 +66,7 @@ jsonrpsee-core = { version = "0.11.0" } reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"] } [dev-dependencies] -tokio = { version = "^1.15", features = ["full"] } +tokio = { version = "^1.26", features = ["full"] } quickcheck = "0.9" quickcheck_macros = "0.9" chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] } diff --git a/testing/jormungandr-automation/Cargo.toml b/testing/jormungandr-automation/Cargo.toml index 832253214f..337bae55dd 100644 --- a/testing/jormungandr-automation/Cargo.toml +++ b/testing/jormungandr-automation/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] tonic = "0.6" prost = "0.9" -tokio = { version = "1.15", features = ["macros","rt","rt-multi-thread"] } +tokio = { version = "1.26", features = ["macros","rt","rt-multi-thread"] } tokio-stream = "0.1" futures = "0.3.21" base64 = "0.13" diff --git a/testing/jormungandr-integration-tests/Cargo.toml b/testing/jormungandr-integration-tests/Cargo.toml index 2a01a22c48..19b07f5564 100644 --- a/testing/jormungandr-integration-tests/Cargo.toml +++ b/testing/jormungandr-integration-tests/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" tonic = "0.6" bech32 = "0.7" prost = "0.9" -tokio = { version = "1.15", features = ["macros", "time"] } +tokio = { version = "1.26", features = ["macros", "time"] } futures = "0.3.21" base64 = "0.13" hex = "0.4.2" diff --git a/testing/loki/Cargo.toml b/testing/loki/Cargo.toml index 2920aceda4..fd2689c859 100644 --- a/testing/loki/Cargo.toml +++ b/testing/loki/Cargo.toml @@ -14,7 +14,7 @@ chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.gi jormungandr-automation = { path = "../jormungandr-automation" } jormungandr-lib = { path = "../../jormungandr-lib" } thor = {path = "../thor"} -tokio = { version = "1.15", features = ["macros","rt","rt-multi-thread"] } +tokio = { version = "1.26", features = ["macros","rt","rt-multi-thread"] } multiaddr = { package = "parity-multiaddr", version = "0.11" } serde_yaml = "0.8.23" serde = { version = "1.0", features = ["derive"] } diff --git a/testing/mjolnir/Cargo.toml b/testing/mjolnir/Cargo.toml index b02ee46e99..3e7ab60f64 100644 --- a/testing/mjolnir/Cargo.toml +++ b/testing/mjolnir/Cargo.toml @@ -23,7 +23,7 @@ chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", b chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } chain-storage = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = ["with-bench"] } chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } -tokio = { version = "1.15", features = ["macros"] } +tokio = { version = "1.26", features = ["macros"] } thor = { path = "../thor" } loki = { path = "../loki" }