From 168bb7b8f702995478fd99363fa8a3bcb37d1576 Mon Sep 17 00:00:00 2001 From: Gianluca Brigandi Date: Wed, 18 Jun 2025 17:34:46 -0700 Subject: [PATCH] Using used wazuh-client-rs with rusttls support --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 891e54b..dabeb51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/gbrigandi/mcp-server-wazuh" readme = "README.md" [dependencies] -wazuh-client = "0.1.1" +wazuh-client = "0.1.2" rmcp = { version = "0.1.5", features = ["server", "transport-io"] } tokio = { version = "1", features = ["full"] } reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false }