From 8fa804a4c0c25ba73980773537db29fc641cef71 Mon Sep 17 00:00:00 2001 From: Alex Golovev Date: Wed, 21 May 2025 16:10:25 +0300 Subject: [PATCH] chore: update dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d30c6d6..7bee46a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,11 +6,11 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -actix-web = "4.3.0" +actix-web = "4.3.1" dotenv = "0.15.0" envy = "0.4.2" -futures = "0.3" -serde = "1.0.186" +futures = "0.3.28" +serde = "1.0.188" rand = "0.8.5"