From 1d347f736987117b2f4186c4d25681c6ea1626dc Mon Sep 17 00:00:00 2001 From: "Franz Heinzmann (Frando)" Date: Wed, 29 Jun 2022 22:27:14 +0200 Subject: [PATCH] Bump yerpc to 0.3.1 with fix for axum server --- deltachat-jsonrpc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-jsonrpc/Cargo.toml b/deltachat-jsonrpc/Cargo.toml index 5ee13e4d3..f28cb8dd9 100644 --- a/deltachat-jsonrpc/Cargo.toml +++ b/deltachat-jsonrpc/Cargo.toml @@ -21,7 +21,7 @@ log = "0.4" async-channel = { version = "1.6.1" } futures = { version = "0.3.19" } serde_json = "1.0.75" -yerpc = { version = "0.3", features = ["anyhow_expose"] } +yerpc = { version = "^0.3.1", features = ["anyhow_expose"] } typescript-type-def = { version = "0.5.3", features = ["json_value"] } tokio = { version = "1.19.2" }