From 2b1179b54c0121c7b8ddf7fac76f7cf2e9acdd26 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Tue, 5 May 2026 20:57:43 -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 e3facf4..f5ea488 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1608,9 +1608,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.51.0" +version = "1.52.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd" +checksum = "110a78583f19d5cdb2c5ccf321d1290344e71313c6c37d43520d386027d18386" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index e144371..55c9d20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ http = { version = "1.4.0" } reqwest = { version = "0.13.3", features = ["json", "blocking", "multipart", "stream"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" -tokio = { version = "1.51", features = ["full"] } +tokio = { version = "1.52", features = ["full"] } tokio-util = { version = "0.7.18", features = ["codec"] } uuid = { version = "1.23", features = ["v4", "serde"] } icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.10.0" }