Browse Source

chore: pin base64ct as newer version is unsuported on stable

thesimplekid 1 month ago
parent
commit
062d7be58f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      crates/cdk-cli/Cargo.toml

+ 4 - 0
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"
+