From 119024756da2e50e85fc860b09b8e1fa5c75d669 Mon Sep 17 00:00:00 2001 From: GitLab CI <project_7_bot_1bfaee5701aed20091a86249a967a6c1@noreply.firefish.dev> Date: Sat, 17 Aug 2024 20:06:19 +0000 Subject: [PATCH] chore(deps): update rust crate tokio to 1.39.3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a1dafcf7b..61d56ce3fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3794,9 +3794,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.2" +version = "1.39.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" +checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 48bf179301..73ecb3359a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ serde_yaml = { version = "0.9.34", default-features = false } syn = { version = "2.0.74", default-features = false } sysinfo = { version = "0.31.2", default-features = false } thiserror = { version = "1.0.63", default-features = false } -tokio = { version = "1.39.2", default-features = false } +tokio = { version = "1.39.3", default-features = false } tokio-test = { version = "0.4.4", default-features = false } tracing = { version = "0.1.40", default-features = false } tracing-subscriber = { version = "0.3.18", default-features = false }