From 4fba15e75d8e564fec581ca182bc65b68c05f3b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 02:16:05 +0000 Subject: [PATCH] Bump tokio from 1.18.2 to 1.18.5 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.2 to 1.18.5. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.18.2...tokio-1.18.5) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2446908..60ba448 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1548,16 +1548,15 @@ dependencies = [ [[package]] name = "tokio" -version = "1.18.2" +version = "1.18.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395" +checksum = "0e050c618355082ae5a89ec63bbf897225d5ffe84c7c4e036874e4d185a5044e" dependencies = [ "bytes", "libc", "memchr", "mio", "num_cpus", - "once_cell", "pin-project-lite", "socket2", "tokio-macros", diff --git a/Cargo.toml b/Cargo.toml index 750ca7c..4c3f0bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ prettytable-rs = { version = "0.8.0", optional = true } serde = { version = "1.0.137", features = ["derive"] } serde_json = "1.0.81" signal-hook = "0.3.13" -tokio = { version = "1.18.2", features = ["macros", "time"] } +tokio = { version = "1.18.5", features = ["macros", "time"] } tokio-util = { version = "0.7.1", features = ["codec", "time"] } toml = "0.5.9" twoway = "0.2.2"