From d912dc1a0f18a7004696014984b2138760e598d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 21:05:01 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to v1.42.0 (#509) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b23bbfa..dcd54c67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -491,7 +491,7 @@ dependencies = [ [[package]] name = "evalexpr" version = "11.3.0" -source = "git+https://github.com/FruitieX/evalexpr?branch=rasmus/type-unsafe-context#582dd373d6ca8bff6de1ecd6c2a70f40eb569b2f" +source = "git+https://github.com/FruitieX/evalexpr?branch=rasmus%2Ftype-unsafe-context#582dd373d6ca8bff6de1ecd6c2a70f40eb569b2f" dependencies = [ "rand", "serde", @@ -2568,9 +2568,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.41.1" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" +checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index a8815ed5..4a235e90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ async-trait = "=0.1.83" rand = "=0.8.5" warp = "=0.3.7" serde_path_to_error = "=0.1.16" -tokio = { version = "=1.41.1", features = ["full"] } +tokio = { version = "=1.42.0", features = ["full"] } futures-util = "=0.3.31" tokio-stream = "=0.1.16" itertools = "=0.13.0"