rhi

Coordinated trade for connected markets
git clone https://radroots.dev/git/rhi.git
Log | Files | Refs | README | LICENSE

commit fd4d568adc873d60da48add3ff54fde7fad9c497
parent 2a10260adbed4583f180bd80f6f136451fe9b692
Author: triesap <tyson@radroots.org>
Date:   Fri, 20 Mar 2026 14:37:26 +0000

build: upgrade thiserror

Diffstat:
MCargo.lock | 2+-
MCargo.toml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -1818,7 +1818,7 @@ dependencies = [ "radroots-trade", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.18", "tokio", "tracing", ] diff --git a/Cargo.toml b/Cargo.toml @@ -36,5 +36,5 @@ clap = { version = "4", features = ["derive"] } serde = { version = "1", default-features = false } serde_json = { version = "1", default-features = false } tokio = { version = "1", features = ["full"] } -thiserror = { version = "1" } +thiserror = { version = "2" } tracing = { version = "0.1" }