From c73ab249d5cd824126705a22087a08eb6ee3bb32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 23:15:27 +0000 Subject: [PATCH] chore(deps): update rust crate tokio to 1.36.0 (#2) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 618d13c..b0c6b7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,13 +15,13 @@ openssl-sys = "0.9.75" parse_duration = "2.1.1" prost = "0.10.4" prost-types = "0.10.1" -tokio = { version = "1.20.0", features = ["macros", "rt-multi-thread", "fs", "signal"] } +tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "fs", "signal"] } tonic = { version = "0.7.2", features = ["tls", "tls-roots", "tls-roots-common"] } tonic-types = "0.5.0" [build-dependencies] -tokio = { version = "1.20.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread"] } tonic-build = "0.7.2" [dev-dependencies] -tokio = { version = "1.20.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread"] }