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" }