From dfd2745885859d87f94db3ef3238ed2fd8e35ba0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:09:49 +0000 Subject: [PATCH] Update Rust crate tokio to 1.36.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 110b427..6467717 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -216,9 +216,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.35.1" +version = "1.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" +checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" dependencies = [ "backtrace", "num_cpus", diff --git a/Cargo.toml b/Cargo.toml index f193321..38dc479 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ serde = {version = "1.0.196", features = ["derive"]} [dev-dependencies] derive_more = "0.99.17" -tokio = { version = "1.35.1", features = ["rt", "rt-multi-thread", "macros"] } +tokio = { version = "1.36.0", features = ["rt", "rt-multi-thread", "macros"] }