From 064f2fb4fc897a95de2a242ac83c0c79a7c84d4d Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Mon, 23 Sep 2024 10:55:51 +0500 Subject: [PATCH] Update --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b6fd3d0..c38def1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,6 @@ edition = "2021" futures = "^0.3" fltk = { version = "^1.4", features = ["fltk-bundled"] } fltk-theme = "^0.7" -tokio = { version = "^1.38", features = ["full"] } +tokio = { version = "^1.40", features = ["full"] } # bytes = "^1.4" dotenv = "^0.15"