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"