From 0e8514d90605d4a8c18c513503cbba57622a59ed Mon Sep 17 00:00:00 2001 From: theo Date: Wed, 24 Jul 2024 14:08:58 +0200 Subject: [PATCH] fix: bump dependency for clego --- crates/clego/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }