From 2331e7dcbf87ece3f5ea4f5a8487d805fdf95cf8 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 20 Apr 2025 13:57:13 -0400 Subject: [PATCH] Updated tokio --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9920c88..01cb0c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" axum = { version = "0.8.3" } serde = { version = "1.0.218", features = ["derive"] } serde_json = { version = "1.0.139" } -tokio = { version = "1.44.1", features = ["rt-multi-thread"] } +tokio = { version = "1.44.2", features = ["rt-multi-thread"] } tracing-subscriber = "0.3.19" icarus_meta = { git = "ssh://git@git.kundeng.us/phoenix/icarus_meta.git", tag = "v0.1.0-main-0dc8c153d2-680" } icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.2.0" }