removed audit from build.yml

This commit is contained in:
Patrick Mahnke-Hartmann
2025-09-18 21:33:40 +02:00
parent c58c5b083c
commit 3b0da10066

View File

@@ -11,7 +11,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
tokio = { version = "1.37", features = ["full"] } tokio = { version = "1.37", features = ["full"] }
local-ip-address = "0.5" 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" sysinfo = "0.36.1"
metrics = "0.24.2" metrics = "0.24.2"
chrono = "0.4" chrono = "0.4"