From 4c62894c0832807e09c8ff842541c3804cfea896 Mon Sep 17 00:00:00 2001 From: Timur Gordon <31495328+timurgordon@users.noreply.github.com> Date: Thu, 6 Nov 2025 13:43:55 +0100 Subject: [PATCH] update deps --- client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index 8ce09a4..36418f0 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -10,7 +10,7 @@ reqwest = { version = "0.12", default-features = false, features = ["json"] } anyhow = "1.0" thiserror = "1.0" chrono = "0.4" -hero-supervisor-openrpc-client = { path = "../../supervisor/clients/openrpc" } +hero-supervisor-openrpc-client = { git = "https://git.ourworld.tf/herocode/supervisor.git", features = ["openrpc_client"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] uuid = { version = "1.0", features = ["v4"] }