From d8624972ecaea44eba6d00cd3eb4a2397d1bd2d2 Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Thu, 7 Aug 2025 17:21:31 -0700 Subject: [PATCH] JWT tokens without both 'iss' and 'aud' are no longer reported as active credentials --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 930a196..4114e10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ publish = false [package] name = "kingfisher" -version = "1.35.0" +version = "1.36.0" description = "MongoDB's blazingly fast secret scanning and validation tool" edition.workspace = true rust-version.workspace = true