From 3b0da100660e8470f9d9b29ae4a2eeb0ba4ed081 Mon Sep 17 00:00:00 2001 From: Patrick Mahnke-Hartmann Date: Thu, 18 Sep 2025 21:33:40 +0200 Subject: [PATCH] removed audit from build.yml --- WatcherAgent/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WatcherAgent/Cargo.toml b/WatcherAgent/Cargo.toml index 67aea30..ee090b1 100644 --- a/WatcherAgent/Cargo.toml +++ b/WatcherAgent/Cargo.toml @@ -11,7 +11,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1.37", features = ["full"] } local-ip-address = "0.5" -reqwest = { version = "0.11", default-features = false, features = ["json", "blocking", "cookies", "rustls-tls"] } +reqwest = { version = "0.12.23", default-features = false, features = ["json", "blocking", "cookies", "rustls-tls"] } sysinfo = "0.36.1" metrics = "0.24.2" chrono = "0.4"