diff --git a/proxmox-tools/Cargo.toml b/proxmox-tools/Cargo.toml index 6ed6d7fb..69a2e204 100644 --- a/proxmox-tools/Cargo.toml +++ b/proxmox-tools/Cargo.toml @@ -18,7 +18,7 @@ nix = "0.16" regex = "1.2" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -valgrind_request = { version = "1.1.0", optional = true } +valgrind_request = { git = "https://github.com/edef1c/libvalgrind_request", version = "1.1.0", optional = true } [features] default = []