From 1e6e17e0940c2acc49971bb0ad9c6aa16ca73cba Mon Sep 17 00:00:00 2001 From: "Jan Winkelmann (keks)" Date: Thu, 3 Jul 2025 09:50:48 +0200 Subject: [PATCH] bump version of serde_json in supply chain exception --- supply-chain/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supply-chain/config.toml b/supply-chain/config.toml index 616f97d..2f03c19 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -614,7 +614,7 @@ version = "3.0.7" criteria = "safe-to-run" [[exemptions.serde_json]] -version = "1.0.139" +version = "1.0.140" criteria = "safe-to-deploy" [[exemptions.serde_spanned]]