From 219aef785ed865fe7fa0e7129112338129c70b08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 00:54:10 +0000 Subject: [PATCH] chore(deps): update rust crate tokio to 1.33.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 2812d7a..065e597 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ anyhow = "1.0.75" prost = "0.12.1" prost-types = "0.12.1" testcontainers = "0.15.0" -tokio = { version = "1.32.0", features = ["full"] } +tokio = { version = "1.33.0", features = ["full"] } tonic = { version = "0.10.2", features = ["transport", "tls", "tls-roots"]} tower = "0.4.13" uuid = { version = "1.4.1", features = ["v4"] }