From 512d3a1bdfd800567831f36107d3d3040e34d128 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 14:14:51 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.36.0 --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index b9904a6..0494187 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -24,6 +24,6 @@ fs_extra = "1.3.0" sysinfo = "0.29.11" actix-files = "0.6.5" actix-cors = "0.7.0" -tokio = "1.35.1" +tokio = "1.36.0" test-log = "0.2.14" tempfile = "3.9.0"