diff --git a/Cargo.toml b/Cargo.toml index 0f8eb9f..08f3d32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ edition = "2021" tiny_http = "0.12.0" maud = "0.26.0" ascii = "1.1.0" -tokio = { version = "1.39.3", features = [ "full" ] } +tokio = { version = "1.40.0", features = [ "full" ] }