From 094b14c9452ff53759694f1de0cfeedc8007b2f2 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sun, 4 Jan 2026 02:41:05 +0100 Subject: [PATCH] chore(deps): update rust crate tokio to v1.49.0 (#44) --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6043295..cbbdfeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -243,7 +243,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -462,9 +462,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.48.0" +version = "1.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" +checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" dependencies = [ "bytes", "libc",