From cf4e7b5fe0e91ae68034ecb8c0c0586710cfc1c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 01:03:30 +0000 Subject: [PATCH] build(deps): bump tokio from 0.2.25 to 1.18.5 Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.25 to 1.18.5. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.2.25...tokio-1.18.5) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 ++++++++++++- Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b10a5c5..47215522 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "addr2line" version = "0.15.1" @@ -228,7 +230,7 @@ dependencies = [ "serde_json", "serde_yaml", "shlex", - "tokio 0.2.25", + "tokio 1.18.5", "url 2.2.2", "yaml-rust 0.3.5", ] @@ -2445,6 +2447,15 @@ dependencies = [ "slab", ] +[[package]] +name = "tokio" +version = "1.18.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e050c618355082ae5a89ec63bbf897225d5ffe84c7c4e036874e4d185a5044e" +dependencies = [ + "pin-project-lite 0.2.6", +] + [[package]] name = "tokio-buf" version = "0.1.1" diff --git a/Cargo.toml b/Cargo.toml index e62156d2..b920abb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ serde_derive = "1.0" serde_json = "1.0" serde_yaml = "0.8.11" shlex = "0.1" -tokio = "0.2.17" +tokio = "1.18.5" url = "2.1.1" # Use an older version for compatibility with `clap`. yaml-rust = "0.3"