From e036f27edd6a724c0d52b41e4c9ff7452151873a Mon Sep 17 00:00:00 2001 From: David Mulder Date: Wed, 22 May 2024 15:55:53 -0600 Subject: [PATCH] Fix a refresh token leak in debug from msal Signed-off-by: David Mulder --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 050548c..174c159 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ tracing-subscriber = "^0.3.17" tracing = "^0.1.37" himmelblau_unix_common = { path = "src/common" } kanidm_unix_common = { path = "src/glue" } -msal = { version = "0.2.0" } +msal = { version = "0.2.3" } graph = { path = "src/graph" } clap = { version = "^4.5", features = ["derive", "env"] } clap_complete = "^4.4.1"