From 664d44a72da350ce16bfd62c8159d5f1773e58f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 17:32:17 +0000 Subject: [PATCH] Bump tokio from 1.18.2 to 1.20.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.2 to 1.20.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.18.2...tokio-1.20.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20ba3e1..63abc58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3399,10 +3399,11 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.18.2" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395" +checksum = "57aec3cfa4c296db7255446efb4928a6be304b431a806216105542a67b6ca82e" dependencies = [ + "autocfg", "bytes", "libc", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 8d50754..a1260d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ sha2 = "0.10.0" solana-sdk = "1.9.0" tempfile = "3.2.0" toml = "0.5.8" -tokio = { version = "1.14.0", features = ["full"] } +tokio = { version = "1.20.0", features = ["full"] } [[bin]] name = "goki"