From f00cce1a80c20f8502375c59b569e1826e04e273 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 14:01:54 +0000 Subject: [PATCH] fix(deps): update tokio packages --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4bd1da..1e4bc9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,7 +62,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -73,7 +73,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index da61601..ce62dad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ log = "0.4.29" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" thiserror = "2.0.17" -tokio = { version = "1.47.1", features = [ +tokio = { version = "1.49.0", features = [ "macros", "rt-multi-thread", "process", @@ -49,7 +49,7 @@ indicatif = "0.18.3" [dev-dependencies] httpmock = "0.8.2" -tokio-test = "0.4" +tokio-test = "0.4.5" temp-env = "0.3.6" tempfile = "3.24.0" futures = "0.3.31"