From 034f733e82a62a9e8bf79744827f9c20ea51b70e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:50:17 +0000 Subject: [PATCH] chore(deps): update rust crate tokio to 1.37.0 --- Cargo.lock | 4 ++-- app/roster/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38cb9e4..3f6ef98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1889,9 +1889,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", "bytes", diff --git a/app/roster/Cargo.toml b/app/roster/Cargo.toml index 6fe0f0d..23a67e0 100644 --- a/app/roster/Cargo.toml +++ b/app/roster/Cargo.toml @@ -64,7 +64,7 @@ insta.workspace = true rand = "0.8" redis-async = "0.17" regex = "1" -tokio = { version = "1.36", features = [ +tokio = { version = "1.37.0", features = [ "macros", "rt-multi-thread", "sync",