From 572028aafdccc8f3f511de4c55e3046a13d76eb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:46:52 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.42.0 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72604066..edab3f04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -984,9 +984,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.41.1" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" +checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" dependencies = [ "backtrace", "libc", diff --git a/Cargo.toml b/Cargo.toml index 8d45e2de..7933ab5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ libc = "0.2.167" percent-encoding = "2.3.1" serde = { version = "1.0.215", features = ["derive", "rc"] } serde_json = "1.0.133" -tokio = { version = "1.41.1", features = [ +tokio = { version = "1.42.0", features = [ "rt-multi-thread", "macros", "time",