]> nmode's Git Repositories - signal-cli/blobdiff - client/Cargo.toml
Remove unused dependency
[signal-cli] / client / Cargo.toml
index fb77b86c117815ade98da8a480fa30b08a51b23b..85daf1e2ab435a2b17fc9c3843d172b6d0bea8ea 100644 (file)
@@ -8,11 +8,10 @@ edition = "2021"
 [dependencies]
 anyhow = "1"
 clap = { version = "4", features = ["cargo", "derive", "wrap_help"] }
-log = "0.4"
 serde = "1"
 serde_json = "1"
 tokio = { version = "1", features = ["rt", "macros", "net", "rt-multi-thread"] }
-jsonrpsee = { version = "0.19.0", features = [
+jsonrpsee = { version = "0.25", features = [
     "macros",
     "async-client",
     "http-client",
@@ -20,4 +19,4 @@ jsonrpsee = { version = "0.19.0", features = [
 bytes = "1"
 tokio-util = "0.7"
 futures-util = "0.3"
-thiserror = "1"
+thiserror = "2"