Skip to content

Commit

Permalink
Bump parity-tokio-ipc from 0.8.0 to 0.9.0 (#3301)
Browse files Browse the repository at this point in the history
Bumps [parity-tokio-ipc](https://github.com/paritytech/parity-tokio-ipc) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/paritytech/parity-tokio-ipc/releases)
- [Commits](https://github.com/paritytech/parity-tokio-ipc/commits/v0.9.0)

---
updated-dependencies:
- dependency-name: parity-tokio-ipc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: LemonHX.eth <[email protected]>
Co-authored-by: jolestar <[email protected]>
  • Loading branch information
3 people authored Apr 10, 2022
1 parent 8af1b54 commit b0eaa9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 58 deletions.
61 changes: 4 additions & 57 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rpc/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jsonrpc-pubsub = "18"
jsonrpc-core-client = { version = "18", features = ["http", "ipc", "ws", "arbitrary_precision"]}
jsonrpc-client-transports = { version = "18", features = ["http", "ipc", "ws", "arbitrary_precision"] }
futures = "0.3.12"
parity-tokio-ipc = "0.8"
parity-tokio-ipc = "0.9"
bcs-ext = { package="bcs-ext", path = "../../commons/bcs_ext" }
starcoin-types = { path = "../../types"}
starcoin-vm-types = { path = "../../vm/types"}
Expand Down

0 comments on commit b0eaa9e

Please sign in to comment.