update deps

This commit is contained in:
Timur Gordon
2025-11-06 13:43:55 +01:00
parent 2e88bf33ba
commit 4c62894c08

View File

@@ -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"] }