From f6d5449d824bca61503024f9e66aa14bbe6626e0 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sun, 29 Jun 2025 17:03:07 -0400 Subject: [PATCH] Updated tokio, tokio-util, and tower-http --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c59c186..92998c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,9 +8,9 @@ axum = { version = "0.8.4", features = ["multipart"] } serde = { version = "1.0.219", features = ["derive"] } serde_json = { version = "1.0.140" } tower = { version = "0.5.2" } -tokio = { version = "1.44.2", features = ["full"] } -tokio-util = { version = "0.7.14" } -tower-http = { version = "0.6.2", features = ["timeout"] } +tokio = { version = "1.45.1", features = ["full"] } +tokio-util = { version = "0.7.15" } +tower-http = { version = "0.6.6", features = ["timeout"] } tracing-subscriber = "0.3.19" # mime = { version = "0.3.17" } # mime_guess = { version = "2.0.5" }