From 062d7be58ffcc74c75886bc724595099f1f02e62 Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Wed, 26 Feb 2025 10:57:15 +0000 Subject: [PATCH] chore: pin base64ct as newer version is unsuported on stable --- crates/cdk-cli/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/cdk-cli/Cargo.toml b/crates/cdk-cli/Cargo.toml index e3d649b8..d61d3fc3 100644 --- a/crates/cdk-cli/Cargo.toml +++ b/crates/cdk-cli/Cargo.toml @@ -36,3 +36,7 @@ reqwest = { version = "0.12", default-features = false, features = [ "socks", ]} url = "2.3" + +# Indirect dep +base64ct = "=1.6.0" +