From 10f351811af0d00bbe39e900cf7e5898cb50a291 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 19:57:58 +0000 Subject: [PATCH] chore(deps): update rust crate ureq to v3 --- 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 82c15b9..56d0c7f 100644 --- a/sdk/rust/Cargo.toml +++ b/sdk/rust/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["llm", "routing", "local-first", "dispatch"] categories = ["api-bindings"] [dependencies] -ureq = "2" +ureq = "3" serde_json = "1" base64 = "0.22" # 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