From 999d43ce504fe305037fc1f2d824307dbba3b9d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 20:29:27 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.29.1 to 1.30.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.29.1 to 1.30.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.29.1...tokio-1.30.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 31 +++++++++++++++---------------- apps/sdk/Cargo.toml | 2 +- chain/Cargo.toml | 2 +- core/Cargo.toml | 4 ++-- discovery/Cargo.toml | 2 +- exo/Cargo.toml | 2 +- store/Cargo.toml | 2 +- transport/Cargo.toml | 2 +- 8 files changed, 23 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67663f629..fbd65b62b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -266,7 +266,7 @@ dependencies = [ "futures-sink", "futures-util", "memchr", - "pin-project-lite 0.2.10", + "pin-project-lite 0.2.12", ] [[package]] @@ -1942,7 +1942,7 @@ dependencies = [ "futures-io", "memchr", "parking", - "pin-project-lite 0.2.10", + "pin-project-lite 0.2.12", "waker-fn", ] @@ -2014,7 +2014,7 @@ dependencies = [ "futures-sink", "futures-task", "memchr", - "pin-project-lite 0.2.10", + "pin-project-lite 0.2.12", "pin-utils", "slab", ] @@ -2259,7 +2259,7 @@ checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" dependencies = [ "bytes", "http", - "pin-project-lite 0.2.10", + "pin-project-lite 0.2.12", ] [[package]] @@ -2296,7 +2296,7 @@ dependencies = [ "httparse", "httpdate", "itoa", - "pin-project-lite 0.2.10", + "pin-project-lite 0.2.12", "socket2 0.4.9", "tokio", "tower-service", @@ -3717,9 +3717,9 @@ checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" [[package]] name = "pin-project-lite" -version = "0.2.10" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57" +checksum = "12cc1b0bf1727a77a54b6654e7b5f1af8604923edc8b81885f8ec92f9e3f0a05" [[package]] name = "pin-utils" @@ -3751,7 +3751,7 @@ dependencies = [ "concurrent-queue", "libc", "log", - "pin-project-lite 0.2.10", + "pin-project-lite 0.2.12", "windows-sys 0.48.0", ] @@ -4219,7 +4219,7 @@ dependencies = [ "mime", "once_cell", "percent-encoding", - "pin-project-lite 0.2.10", + "pin-project-lite 0.2.12", "rustls 0.21.5", "rustls-pemfile", "serde", @@ -5098,18 +5098,17 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.29.1" +version = "1.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da" +checksum = "2d3ce25f50619af8b0aec2eb23deebe84249e19e2ddd393a6e16e3300a6dadfd" dependencies = [ - "autocfg", "backtrace", "bytes", "libc", "mio", "num_cpus", - "pin-project-lite 0.2.10", - "socket2 0.4.9", + "pin-project-lite 0.2.12", + "socket2 0.5.3", "tokio-macros", "windows-sys 0.48.0", ] @@ -5144,7 +5143,7 @@ dependencies = [ "bytes", "futures-core", "futures-sink", - "pin-project-lite 0.2.10", + "pin-project-lite 0.2.12", "tokio", "tracing", ] @@ -5189,7 +5188,7 @@ checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" dependencies = [ "cfg-if", "log", - "pin-project-lite 0.2.10", + "pin-project-lite 0.2.12", "tracing-attributes", "tracing-core", ] diff --git a/apps/sdk/Cargo.toml b/apps/sdk/Cargo.toml index 8103b219b..0b61b472e 100644 --- a/apps/sdk/Cargo.toml +++ b/apps/sdk/Cargo.toml @@ -22,4 +22,4 @@ thiserror = "1.0.44" chrono = { version = "0.4.26", default-features = false, features = [] } [dev-dependencies] -tokio = { version = "1.29.1", features = ["macros"], default-features = false } +tokio = { version = "1.30.0", features = ["macros"], default-features = false } diff --git a/chain/Cargo.toml b/chain/Cargo.toml index bde970bc7..7b2c25f3b 100644 --- a/chain/Cargo.toml +++ b/chain/Cargo.toml @@ -41,7 +41,7 @@ tempfile = { version = "3.7.1", optional = true } exocore-core = {version = "0.1.25", path = "../core", features = ["tests-utils"]} exocore-transport = {version = "0.1.25", path = "../transport", features = ["tests-utils"]} tempfile = "3.7.1" -tokio = { version = "1.29.1", features = ["macros"], default-features = false } +tokio = { version = "1.30.0", features = ["macros"], default-features = false } [[test]] name = "engine" diff --git a/core/Cargo.toml b/core/Cargo.toml index 649595bb7..97a1c4f7b 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -64,7 +64,7 @@ wasm-bindgen-futures = "0.4.37" chrono = { version = "0.4.26", default-features = false, features = [] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -tokio = { version = "1.29.1", features = ["rt"], default-features = false } +tokio = { version = "1.30.0", features = ["rt"], default-features = false } [build-dependencies] shadow-rs = { version = "0.23.0", default-features = false } @@ -73,7 +73,7 @@ shadow-rs = { version = "0.23.0", default-features = false } criterion_bencher_compat = "0.4.0" log4rs = "1.2.0" tempfile = "3.7.1" -tokio = { version = "1.29.1", features = ["macros", "rt", "rt-multi-thread", "time"], default-features = false } +tokio = { version = "1.30.0", features = ["macros", "rt", "rt-multi-thread", "time"], default-features = false } [[bench]] harness = false diff --git a/discovery/Cargo.toml b/discovery/Cargo.toml index d99858f32..8745aa64b 100644 --- a/discovery/Cargo.toml +++ b/discovery/Cargo.toml @@ -29,7 +29,7 @@ wasm-timer = "0.2.5" # For server hyper = { version = "0.14.27", features = ["full"], optional = true } -tokio = { version = "1.29.1", default-features = false, features = ["macros", "time"], optional = true } +tokio = { version = "1.30.0", default-features = false, features = ["macros", "time"], optional = true } [[test]] name = "discovery" diff --git a/exo/Cargo.toml b/exo/Cargo.toml index 561b6b676..684a219eb 100644 --- a/exo/Cargo.toml +++ b/exo/Cargo.toml @@ -34,6 +34,6 @@ serde_derive = "1.0.177" serde_json = "1.0.104" tempfile = "3.7.1" thiserror = "1.0.44" -tokio = { version = "1.29.1", features = ["macros"], default-features = false } +tokio = { version = "1.30.0", features = ["macros"], default-features = false } url = "2.4.0" zip = { version = "0.6.6", features = ["deflate"], default-features = false } diff --git a/store/Cargo.toml b/store/Cargo.toml index 342289b72..13077dc1b 100644 --- a/store/Cargo.toml +++ b/store/Cargo.toml @@ -58,4 +58,4 @@ tantivy = {version = "0.19.2", optional = true} exocore-chain = {version = "0.1.25", path = "../chain", features = ["tests-utils"]} exocore-core = {version = "0.1.25", path = "../core", features = ["tests-utils"]} tempfile = "3.7.1" -tokio = {version = "1.29.1", features = ["macros"], default-features = false} +tokio = {version = "1.30.0", features = ["macros"], default-features = false} diff --git a/transport/Cargo.toml b/transport/Cargo.toml index aab68294b..c3e7fcde6 100644 --- a/transport/Cargo.toml +++ b/transport/Cargo.toml @@ -36,4 +36,4 @@ url = {version = "2.4.0", optional = true} [dev-dependencies] exocore-core = {version = "0.1.25", path = "../core", features = ["tests-utils"]} -tokio = {version = "1.29.1", features = ["macros"], default-features = false} +tokio = {version = "1.30.0", features = ["macros"], default-features = false}