From 6435970edf6cae5c226c421029dac99ebae4052b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 7 Jun 2026 22:04:08 +0000 Subject: [PATCH] rust: Update Rust crate reqwest to 0.13.0 --- rust/examples/gscan/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"