diff --git a/crates/clego/Cargo.toml b/crates/clego/Cargo.toml index 10760c3..f06528b 100644 --- a/crates/clego/Cargo.toml +++ b/crates/clego/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" askama = "0.12.1" askama_axum = "0.4.0" axum = "0.7.5" -tokio = { version = "1.38.1", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.39.1", features = ["macros", "rt-multi-thread"] } tower-http = { version = "0.5.2", features = ["fs"] }