]> nmode's Git Repositories - signal-cli/blobdiff - client/Cargo.toml
Update dependencies
[signal-cli] / client / Cargo.toml
index a32a600fd752af355de69eeafdd3f5079be4194c..694ee6520072bdbef5aceed5a08ad78de89c229e 100644 (file)
@@ -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.21.0", features = [
+jsonrpsee = { version = "0.25", features = [
     "macros",
     "async-client",
     "http-client",
@@ -20,4 +20,4 @@ jsonrpsee = { version = "0.21.0", features = [
 bytes = "1"
 tokio-util = "0.7"
 futures-util = "0.3"
-thiserror = "1"
+thiserror = "2"