From 9274152428d81899f1a3c59ae8cdbfcfdda591f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 22:28:04 +0000 Subject: [PATCH] Bump tokio from 1.9.0 to 1.16.1 in /rust Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.9.0 to 1.16.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.9.0...tokio-1.16.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 9 ++++----- rust/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index cf1c7fa0..6c3754b7 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -567,11 +567,10 @@ dependencies = [ [[package]] name = "tokio" -version = "1.9.0" +version = "1.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b7b349f11a7047e6d1276853e612d152f5e8a352c61917887cc2169e2366b4c" +checksum = "0c27a64b625de6d309e8c57716ba93021dccf1b3b5c97edd6d3dd2d2135afc0a" dependencies = [ - "autocfg", "bytes", "libc", "memchr", @@ -593,9 +592,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "1.3.0" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54473be61f4ebe4efd09cec9bd5d16fa51d70ea0192213d754d2d500457db110" +checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8" dependencies = [ "proc-macro2", "quote", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 144828e4..0e3d501d 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -17,7 +17,7 @@ rustfmt = ["tonic-build/rustfmt"] prost = "0.8" prost-types = "0.8" -tokio = {version = "1.9", features = ["macros"], optional = true} +tokio = {version = "1.16", features = ["macros"], optional = true} tonic = {version = "0.5", features = ["codegen", "prost"], default-features = false} [build-dependencies]