From 624c9ce35d93a16a9007d78bcdf8a416faba5043 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 29 Mar 2026 22:05:11 +0000 Subject: [PATCH] rust: Update all non-major dependencies --- rust/Cargo.toml | 4 ++-- rust/examples/gscan/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index f0b0fe23..5154c6ee 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vaas" -version = "0.0.1" +version = "0.0.2" edition = "2024" license = "MIT" authors = ["GDATA CyberDefense AG"] @@ -16,7 +16,7 @@ thiserror = "2.0.17" reqwest = { version = "0.13.1", features = ["stream", "form", "json"] } regex = "1.12.2" tokio = { version = "1.49", features = ["sync", "fs", "macros"] } -sha2 = "0.10.8" +sha2 = "0.11.0" futures = "0.3.31" async-trait = "0.1.89" tokio-util = "0.7.18" diff --git a/rust/examples/gscan/Cargo.toml b/rust/examples/gscan/Cargo.toml index 94463885..6ae785a0 100644 --- a/rust/examples/gscan/Cargo.toml +++ b/rust/examples/gscan/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gscan" -version = "1.0.0" +version = "1.0.1" edition = "2021" authors = ["GDATA CyberDefense AG "] license = "MIT" @@ -11,6 +11,6 @@ publish = false vaas = { path = "../.."} tokio = { version = "1.37", features = ["rt-multi-thread", "macros"] } clap = { version = "4.5.4", features = ["env", "cargo"] } -reqwest = "0.12.4" +reqwest = "0.13.0" futures = "0.3.30" dotenv = "0.15"