From 60a6cb76e170c044f3fce2e47e1f700249601e28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 21:46:44 +0000 Subject: [PATCH] Bump tokio from 1.10.0 to 1.18.4 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.10.0 to 1.18.4. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.10.0...tokio-1.18.4) --- 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 90c7f09..ab1071c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2357,11 +2357,10 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.10.0" +version = "1.18.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01cf844b23c6131f624accf65ce0e4e9956a8bb329400ea5bcc26ae3a5c20b0b" +checksum = "8bfb875c82dc0a4f1f37a30e720dee181a2b3a06a428b0fc6873ea38d6407850" dependencies = [ - "autocfg", "num_cpus", "pin-project-lite", ] diff --git a/Cargo.toml b/Cargo.toml index 3982ed7..0c66dd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ netcon = { path = "lib/netcon-rs" } once_cell = "1.8.0" serde = { version = "1.0.127", features = [ "derive" ] } skylight = { git = "https://github.com/adumbidiot/skylight-rs", features = [ "objbase", "shlobj" ] } -tokio = { version = "1.10.0", features = [ "sync" ] } +tokio = { version = "1.18.4", features = [ "sync" ] } toml = "0.5.8" uuid = "0.8.2" winapi = "0.3.9"