From ff55eb6d6b249cab4ffc45eeaf6ebe67ead8daf6 Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Wed, 8 Oct 2025 09:47:56 -0700 Subject: [PATCH] =?UTF-8?q?Fixed=20tree-sitter=20scanning=20bug=20where=20?= =?UTF-8?q?passing=20--no-base64=20caused=20errors=20to=20be=20printed=20w?= =?UTF-8?q?hen=20the=20file=20type=20couldn=E2=80=99t=20be=20determined?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b8dd860..37a2e32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ publish = false [package] name = "kingfisher" -version = "1.55.0" +version = "1.56.0" description = "MongoDB's blazingly fast and accurate secret scanning and validation tool" edition.workspace = true rust-version.workspace = true