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"