From 21f0c515a08bfd30161447fe9d417d077bd1a0d2 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Mon, 7 Apr 2025 20:15:58 +0200 Subject: [PATCH] chore: update dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c1afb10..baf48bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ version = "0.3" version = "0.1" [dependencies.tokio] -version = "1.42" +version = "1.44" features = ["rt-multi-thread"] [dependencies.tower-http] @@ -48,7 +48,7 @@ version = "0.37" features = ["cmake-build", "libz-static"] [dependencies.uuid] -version = "1.8" +version = "1.16" features = ["v4"] [dependencies.base64]