Bump yerpc to 0.3.1 with fix for axum server

This commit is contained in:
Franz Heinzmann (Frando)
2022-06-29 22:27:14 +02:00
committed by Simon Laux
parent e3fa42fe88
commit 1d347f7369

View File

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