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"