From d0b4a30fccc65243ba517a9dccd291864d0366d1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 15 Oct 2023 22:04:53 +0000 Subject: [PATCH] Update rust --- rust/Cargo.toml | 6 +++--- rust/examples/gscan/Cargo.toml | 2 +- rust/examples/kde_dolphin/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index a5211224..df0a6974 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -17,12 +17,12 @@ serde_json = "1.0" thiserror = "1.0" uuid = { version = "1.4.1", features = ["serde", "v4"] } reqwest = "0.11" -regex = "1.9" -tokio = { version = "1.32", features = ["sync", "fs"] } +regex = "1.10" +tokio = { version = "1.33", features = ["sync", "fs"] } sha2 = "0.10.8" futures = "0.3" rand = "0.8" [dev-dependencies] dotenv = "0.15" -tokio = { version = "1.32", features = ["rt", "macros", "rt-multi-thread"] } \ No newline at end of file +tokio = { version = "1.33", features = ["rt", "macros", "rt-multi-thread"] } \ No newline at end of file diff --git a/rust/examples/gscan/Cargo.toml b/rust/examples/gscan/Cargo.toml index 36b61fd1..a5ee8587 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.32", features = [ "rt-multi-thread", "macros"] } +tokio = { version = "1.33", features = [ "rt-multi-thread", "macros"] } clap = { version = "4.4", features = ["env"]} reqwest = "0.11" futures = "0.3" diff --git a/rust/examples/kde_dolphin/Cargo.toml b/rust/examples/kde_dolphin/Cargo.toml index 16af46dd..424618c1 100644 --- a/rust/examples/kde_dolphin/Cargo.toml +++ b/rust/examples/kde_dolphin/Cargo.toml @@ -11,7 +11,7 @@ publish = false [dependencies] slint = "1.2" vaas = { path = "../.."} -tokio = { version = "1.32", features = ["rt", "macros", "rt-multi-thread"] } +tokio = { version = "1.33", features = ["rt", "macros", "rt-multi-thread"] } structopt = "0.3" [build-dependencies]