diff --git a/Cargo.toml b/Cargo.toml index 4f11b30e..29539929 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ tokio-openssl = "0.4.0" tokio-util = { version = "0.2.0", features = [ "codec" ] } tower-service = "0.3.0" url = "2.1" -valgrind_request = { version = "1.1", optional = true } +valgrind_request = { git = "https://github.com/edef1c/libvalgrind_request", version = "1.1.0", optional = true } walkdir = "2" xdg = "2.2" zstd = { version = "0.4", features = [ "bindgen" ] }