From 4dbe1d1fe48a573b957944bced405522962ff400 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 01:29:26 +0000 Subject: [PATCH] chore(deps): update rust crate tokio to 1.37.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 67a8ba6..a957c1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ anyhow = "1.0.81" prost = "0.12.3" prost-types = "0.12.3" testcontainers = "0.15.0" -tokio = { version = "1.36.0", features = ["full"] } +tokio = { version = "1.37.0", features = ["full"] } tonic = { version = "0.11.0", features = ["transport", "tls", "tls-roots"]} tower = "0.4.13" uuid = { version = "1.8.0", features = ["v4"] }