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"