From c373bcae65ebd5ccef793d829809a1d885bdcb3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 10:14:05 +0000 Subject: [PATCH] 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 | 9 ++++----- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ac96640..e767c9d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -880,9 +880,9 @@ dependencies = [ [[package]] name = "pin-project-lite" -version = "0.2.9" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" +checksum = "12cc1b0bf1727a77a54b6654e7b5f1af8604923edc8b81885f8ec92f9e3f0a05" [[package]] name = "pin-utils" @@ -1281,11 +1281,10 @@ dependencies = [ [[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", "num_cpus", diff --git a/Cargo.toml b/Cargo.toml index 629880e7..edd85c4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ ron = { version = "0.8.0", default-features = false } serde = { version = "1.0.181", default-features = false, features = ["derive", "std"] } shakmaty = { version = "0.26.0", default-features = false, features = ["std"] } test-strategy = { version = "0.3.1", default-features = false } -tokio = { version = "1.29.1", default-features = false, features = [ +tokio = { version = "1.30.0", default-features = false, features = [ "io-std", "io-util", "macros",