From e003704c026eb7b93cee5503fbdb032e1379e090 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Fri, 14 Jun 2024 20:09:42 +0200 Subject: [PATCH] chore: update tokio dependency --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dbb1765..e0c8f72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ version = "0.3" version = "0.1" [dependencies.tokio] -version = "1.37" +version = "1.38" features = ["rt-multi-thread"] [dependencies.tower-http] @@ -69,4 +69,4 @@ opt-level = "s" codegen-units = 1 lto = "thin" strip = true -panic = "abort" \ No newline at end of file +panic = "abort"