From 93048b0c2c5daa278ac74cd9d86d7de40f62c607 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:27:00 +0000 Subject: [PATCH] fix(deps): update rust crate fsl to 0.0.6 --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index 41e8fb50..3b4b3d30 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -54,7 +54,7 @@ rand = "0.8.5" regex = "1.10.6" parameterized = "2.0.0" testing_logger = "0.1.1" -fsl = "0.0.5" +fsl = "0.0.6" futures = "0.3.31" [features]