From a88407cfa85afb4f1b9ae64b65d287d2cf8a5d48 Mon Sep 17 00:00:00 2001 From: Jose Garcia Crosta Date: Fri, 19 Jul 2024 20:37:32 -0300 Subject: [PATCH] Pin scout audit dylint linting to github repo --- detectors/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detectors/Cargo.toml b/detectors/Cargo.toml index 22870f63..d9abcb93 100644 --- a/detectors/Cargo.toml +++ b/detectors/Cargo.toml @@ -6,7 +6,7 @@ resolver = "2" [workspace.dependencies] clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "51a1cf0" } common = { path = "common" } -dylint_linting = { package = "scout-audit-dylint-linting", version = "3.1.2" } if_chain = "=1.0.2" itertools = { version = "=0.13" } +scout-audit-dylint-linting = { git = "https://github.com/CoinFabrik/scout-audit/", rev = "6d6819a" } utils = { path = "../utils" }