From 979d5e0f3dd00de99b6650fda71dc444fbffccb3 Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Mon, 11 Aug 2025 08:04:52 -0700 Subject: [PATCH] Added support for scanning Confluence pages --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5eb52fc..90ac4a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ publish = false [package] name = "kingfisher" -version = "1.38.0" +version = "1.39.0" description = "MongoDB's blazingly fast secret scanning and validation tool" edition.workspace = true rust-version.workspace = true