]> nmode's Git Repositories - signal-cli/blobdiff - client/Cargo.toml
Close attachment input streams after upload
[signal-cli] / client / Cargo.toml
index 17cedc0310345c0f8181af98b2423223f67cef67..c435149fb15050e3ec1f334d59235672b0105d35 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.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"