X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/e626cc0390e0a4a16048915f7738c112b0198cd7..407a20d4bbca21ffbc250b687b36428f72899ba4:/client/Cargo.toml diff --git a/client/Cargo.toml b/client/Cargo.toml index 17cedc03..c435149f 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -12,7 +12,7 @@ log = "0.4" serde = "1" serde_json = "1" tokio = { version = "1", features = ["rt", "macros", "net", "rt-multi-thread"] } -jsonrpsee = { version = "0.20.0", features = [ +jsonrpsee = { version = "0.24", features = [ "macros", "async-client", "http-client", @@ -20,4 +20,4 @@ jsonrpsee = { version = "0.20.0", features = [ bytes = "1" tokio-util = "0.7" futures-util = "0.3" -thiserror = "1" +thiserror = "2"