From 301efe2e65916a933768b8c63696ca1f4fa32925 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 5 May 2024 22:04:25 +0000 Subject: [PATCH] chore(deps): update rust --- rust/Cargo.toml | 20 ++++++++++---------- rust/examples/gscan/Cargo.toml | 6 +++--- rust/examples/kde_dolphin/Cargo.toml | 6 +++--- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index d2fd1f41..fc184e6d 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -12,19 +12,19 @@ homepage = "https://github.com/GDATASoftwareAG/vaas" [dependencies] websockets = "0.3.0" -serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0" -thiserror = "1.0" +serde = { version = "1.0.200", features = ["derive"] } +serde_json = "1.0.116" +thiserror = "1.0.59" uuid = { version = "1.8", features = ["serde", "v4"] } -reqwest = { version = "0.12", features = ["stream"] } -regex = "1.10" +reqwest = { version = "0.12.4", features = ["stream"] } +regex = "1.10.4" tokio = { version = "1.37", features = ["sync", "fs"] } -sha2 = "0.10" -futures = "0.3" -rand = "0.8" -async-trait = "0.1" +sha2 = "0.10.8" +futures = "0.3.30" +rand = "0.8.5" +async-trait = "0.1.80" bytes = "1.6.0" -tokio-util = "0.7" +tokio-util = "0.7.11" futures-util = "0.3.30" tokio-stream = "0.1.15" diff --git a/rust/examples/gscan/Cargo.toml b/rust/examples/gscan/Cargo.toml index 62e730da..f32c14cc 100644 --- a/rust/examples/gscan/Cargo.toml +++ b/rust/examples/gscan/Cargo.toml @@ -10,7 +10,7 @@ publish = false [dependencies] vaas = { version = "3.0.2" } tokio = { version = "1.37", features = [ "rt-multi-thread", "macros"] } -clap = { version = "4.5", features = ["env"]} -reqwest = "0.12" -futures = "0.3" +clap = { version = "4.5.4", features = ["env"]} +reqwest = "0.12.4" +futures = "0.3.30" dotenv = "0.15" \ No newline at end of file diff --git a/rust/examples/kde_dolphin/Cargo.toml b/rust/examples/kde_dolphin/Cargo.toml index bf54f523..0dac283b 100644 --- a/rust/examples/kde_dolphin/Cargo.toml +++ b/rust/examples/kde_dolphin/Cargo.toml @@ -9,10 +9,10 @@ build = "build.rs" publish = false [dependencies] -slint = "1.5" +slint = "1.5.1" vaas = { path = "../.."} tokio = { version = "1.37", features = ["rt", "macros", "rt-multi-thread"] } -structopt = "0.3" +structopt = "0.3.26" [build-dependencies] -slint-build = "1.5" \ No newline at end of file +slint-build = "1.5.1" \ No newline at end of file