From f0e6794124cbef6bf1ebbb99e55be97c022d06b2 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Tue, 2 Apr 2024 09:10:43 +0200 Subject: [PATCH] chore: update tokio crate dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 932ebb7..6caadbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ version = "0.3" version = "0.1" [dependencies.tokio] -version = "1.36" +version = "1.37" features = ["rt-multi-thread"] [dependencies.tower-http]