From ffbfc89629543551835bce4507a31a28bfeafbdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 17:36:11 +0000 Subject: [PATCH] Update Rust crate tokio to 1.37.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a0c0967..7538937 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -216,9 +216,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.36.0" +version = "1.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" +checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" dependencies = [ "backtrace", "num_cpus", diff --git a/Cargo.toml b/Cargo.toml index c8bdb30..3a7b913 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ serde = {version = "1.0.197", features = ["derive"]} [dev-dependencies] derive_more = "0.99.17" -tokio = { version = "1.36.0", features = ["rt", "rt-multi-thread", "macros"] } +tokio = { version = "1.37.0", features = ["rt", "rt-multi-thread", "macros"] }