From 7492384492a8d00ffbe9b5c25bf1baa9af457e88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 13:25:59 +0000 Subject: [PATCH] chore(deps): update rust crate base64 to 0.23 --- sdk/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/rust/Cargo.toml b/sdk/rust/Cargo.toml index 5d765ce..63694d7 100644 --- a/sdk/rust/Cargo.toml +++ b/sdk/rust/Cargo.toml @@ -12,7 +12,7 @@ categories = ["api-bindings"] [dependencies] ureq = "2" serde_json = "1" -base64 = "0.22" # 0.5.1 — wallet_hook(privy) needs Basic auth encoding +base64 = "0.23" # 0.5.1 — wallet_hook(privy) needs Basic auth encoding urlencoding = "2" # 0.5.1 — wallet_hook(privy) URL-encodes the wallet_id path segment p256 = { version = "0.13", features = ["pkcs8", "ecdsa"] } # 0.6.2 — CDP-JWT (ES256) signing rand_core = "0.6" # 0.6.2 — nonce randomness for CDP-JWT