From 158eebde7c1bd5f09ef4d4a88fb848e324949580 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 00:55:46 +0000 Subject: [PATCH] fix(deps): update rust Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ce79e2a..b7dfcd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,11 +14,11 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kani)'] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" rustix = { version = "1.1", features = ["net"] } -thiserror = "1.0" +thiserror = "2.0" tokio = { version = "1.40", features = ["full"] } tracing = "0.1" tracing-subscriber = "0.3" -jsonrpsee = { version = "0.24", features = ["server", "client-core", "async-client"], default-features = false } +jsonrpsee = { version = "0.26", features = ["server", "client-core", "async-client"], default-features = false } [dev-dependencies] tempfile = "3.0"