From b0d5cdb1bff0f0a64a60761a9f9b5984f395b3f4 Mon Sep 17 00:00:00 2001 From: ata-no-one <108060048+ata-no-one@users.noreply.github.com> Date: Wed, 3 Apr 2024 09:36:03 +0200 Subject: [PATCH] chore(deps): update rust crate tokio to 1.37 (#416) Co-authored-by: Renovate Bot --- rust/Cargo.toml | 4 ++-- rust/examples/gscan/Cargo.toml | 2 +- rust/examples/kde_dolphin/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 8bcb0e97..d2fd1f41 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -18,7 +18,7 @@ thiserror = "1.0" uuid = { version = "1.8", features = ["serde", "v4"] } reqwest = { version = "0.12", features = ["stream"] } regex = "1.10" -tokio = { version = "1.36", features = ["sync", "fs"] } +tokio = { version = "1.37", features = ["sync", "fs"] } sha2 = "0.10" futures = "0.3" rand = "0.8" @@ -30,4 +30,4 @@ tokio-stream = "0.1.15" [dev-dependencies] dotenv = "0.15" -tokio = { version = "1.36", features = ["rt", "macros", "rt-multi-thread"] } +tokio = { version = "1.37", features = ["rt", "macros", "rt-multi-thread"] } diff --git a/rust/examples/gscan/Cargo.toml b/rust/examples/gscan/Cargo.toml index 0b4cb5da..62e730da 100644 --- a/rust/examples/gscan/Cargo.toml +++ b/rust/examples/gscan/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] vaas = { version = "3.0.2" } -tokio = { version = "1.36", features = [ "rt-multi-thread", "macros"] } +tokio = { version = "1.37", features = [ "rt-multi-thread", "macros"] } clap = { version = "4.5", features = ["env"]} reqwest = "0.12" futures = "0.3" diff --git a/rust/examples/kde_dolphin/Cargo.toml b/rust/examples/kde_dolphin/Cargo.toml index 7e3eabf4..bf54f523 100644 --- a/rust/examples/kde_dolphin/Cargo.toml +++ b/rust/examples/kde_dolphin/Cargo.toml @@ -11,7 +11,7 @@ publish = false [dependencies] slint = "1.5" vaas = { path = "../.."} -tokio = { version = "1.36", features = ["rt", "macros", "rt-multi-thread"] } +tokio = { version = "1.37", features = ["rt", "macros", "rt-multi-thread"] } structopt = "0.3" [build-dependencies]