From 44dd5300e747665a769736f9367c605b2ee96fa0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 12:20:41 +0000 Subject: [PATCH] chore(deps): update rust crate tokio to 1.36 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46fa0753..ae2c31c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2892,9 +2892,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.35.0" +version = "1.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c" +checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" dependencies = [ "backtrace", "bytes 1.1.0", diff --git a/Cargo.toml b/Cargo.toml index faa852a2..987283ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,4 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" strum = { version = "0.24", features = ["derive"] } test-case = "3.2" -tokio = { version = "1.35", features = ["macros", "rt", "rt-multi-thread"] } +tokio = { version = "1.36", features = ["macros", "rt", "rt-multi-thread"] }