cargo: bump yerpc from 0.3.1 to 0.4.0

Bumps [yerpc](https://github.com/Frando/yerpc) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/Frando/yerpc/releases)
- [Commits](https://github.com/Frando/yerpc/commits/v0.4.0)

---
updated-dependencies:
- dependency-name: yerpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-01-31 00:43:21 +00:00
committed by GitHub
parent 3104edba0f
commit 55cb11da07
3 changed files with 6 additions and 6 deletions

View File

@@ -22,4 +22,4 @@ log = "0.4"
serde_json = "1.0.91"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.25.0", features = ["io-std"] }
yerpc = { version = "0.3.1", features = ["anyhow_expose"] }
yerpc = { version = "0.4.0", features = ["anyhow_expose"] }