From 6c1dcbfce1c5f4b761f7bce0b4029a124bb9cd62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 20:05:08 +0000 Subject: [PATCH] Bump tokio from 1.6.1 to 1.8.4 in /backend/db/rust_client Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.6.1 to 1.8.4. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.6.1...tokio-1.8.4) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/db/rust_client/Cargo.lock | 6 ++++-- backend/db/rust_client/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/backend/db/rust_client/Cargo.lock b/backend/db/rust_client/Cargo.lock index d23bbef..1c16970 100644 --- a/backend/db/rust_client/Cargo.lock +++ b/backend/db/rust_client/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "ansi_term" version = "0.12.1" @@ -930,9 +932,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.6.1" +version = "1.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a38d31d7831c6ed7aad00aa4c12d9375fd225a6dd77da1d25b707346319a975" +checksum = "50dae83881bc9b0403dd5b44ea9deed3e939856cc8722d5be37f0d6e5c6d53dd" dependencies = [ "autocfg", "bytes", diff --git a/backend/db/rust_client/Cargo.toml b/backend/db/rust_client/Cargo.toml index e97c420..78d1be4 100644 --- a/backend/db/rust_client/Cargo.toml +++ b/backend/db/rust_client/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "1.0.33" futures = "0.3.6" openssl = "0.10.32" rustyline = "6.3.0" -tokio = {version = "1.6.0", features = ["full"]} +tokio = {version = "1.8.4", features = ["full"]} tracing = "0.1.25" tracing-subscriber = "0.2.16" chrono = "0.4"