From 611c241eaf717d3386951e263d5cb06e80d8b58d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 00:52:49 +0000 Subject: [PATCH] fix(api-rust): update rust crate tokio to v1.43.0 (#22463) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- api-rust/Cargo.lock | 8 ++++---- api-rust/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api-rust/Cargo.lock b/api-rust/Cargo.lock index 25b84ea8f6..a9dbc204d4 100644 --- a/api-rust/Cargo.lock +++ b/api-rust/Cargo.lock @@ -2507,9 +2507,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.42.0" +version = "1.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" +checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" dependencies = [ "backtrace", "bytes", @@ -2525,9 +2525,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", diff --git a/api-rust/Cargo.toml b/api-rust/Cargo.toml index 38284d1628..f837beffb1 100644 --- a/api-rust/Cargo.toml +++ b/api-rust/Cargo.toml @@ -14,7 +14,7 @@ openai-api-rs = "=5.2.4" opencv = { version = "=0.93.5", features = ["clang-runtime"] } serde = { version = "=1.0.217", features = ["derive"] } tch = { version = "=0.18.1", features = ["download-libtorch"] } -tokio = { version = "=1.42.0", features = ["full"] } +tokio = { version = "=1.43.0", features = ["full"] } tokio-stream = "=0.1.17" tower = "=0.5.2" tower-http = { version = "=0.6.2", features = [