From a034359e5802ac89a0794ad7ad07db97a744a622 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 13:31:20 +0000 Subject: [PATCH] Update Rust crate tokio to 1.36 (#980) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- server/Cargo.lock | 4 ++-- server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/Cargo.lock b/server/Cargo.lock index c9da1905f..cab9fe8a0 100644 --- a/server/Cargo.lock +++ b/server/Cargo.lock @@ -3506,9 +3506,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[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", "bytes", diff --git a/server/Cargo.toml b/server/Cargo.toml index 6ed8b7a77..7fb4a01c6 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -13,7 +13,7 @@ structured-logger = "1.0.3" actix-web-prom = { version = "0.7.0", default-features = false, features = [] } # runtime + webserver -tokio = { version = "1.35", features = ["full"] } +tokio = { version = "1.36", features = ["full"] } actix-web = { version = "4.4.1", default-features = false, features = ["macros","compress-gzip","cookies","http2"] } actix-cors = "0.7.0"