From 8a5af4166cd5eadc4082f821389bf8830dd7dbd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 17:37:38 +0000 Subject: [PATCH] Bump tokio from 1.24.1 to 1.24.2 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.1 to 1.24.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- tools/automator/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f1cfe3cf5..a06220164 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3719,9 +3719,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.24.1" +version = "1.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d9f76183f91ecfb55e1d7d5602bd1d979e38a3a522fe900241cf195624d67ae" +checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb" dependencies = [ "autocfg", "bytes", diff --git a/tools/automator/Cargo.toml b/tools/automator/Cargo.toml index 71011ec35..393228973 100644 --- a/tools/automator/Cargo.toml +++ b/tools/automator/Cargo.toml @@ -22,5 +22,5 @@ version = "4.1.1" features = ["derive"] [dependencies.tokio] -version = "1.24.1" +version = "1.24.2" features = ["full"]