From 4c4235611f21598979906da792f1cb995f3236b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Milenkovi=C4=87?= Date: Wed, 8 Nov 2023 10:16:38 +0000 Subject: [PATCH] change tokio dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da18571..fe99fc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,4 @@ testcontainers = "0.15" env_logger = "0.10" rdkafka = { version = "0.35", features = ["cmake-build"] } rusty_ulid = "2.0" -tokio = { version = "1.15", features = ["rt", "macros"]} \ No newline at end of file +tokio = { version = "1", features = ["rt", "macros"]} \ No newline at end of file