From 49efeec59e98eb0050e7db75cfc7a127eec6abeb Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sat, 9 May 2026 19:12:15 -0400 Subject: [PATCH] bump: tokio --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 447303c..fbd2bb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2574,9 +2574,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.51.0" +version = "1.52.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd" +checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index e3e2243..2b6d139 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ axum-extra = { version = "0.12.6", features = ["cookie"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = { version = "1.0.149" } tower = { version = "0.5.3", features = ["full"] } -tokio = { version = "1.51", features = ["full"] } +tokio = { version = "1.52.3", features = ["full"] } tokio-util = { version = "0.7.18", features = ["io"] } tower-http = { version = "0.6.8", features = ["cors", "timeout"] } tracing-subscriber = "0.3.23"