Skip to content

Commit

Permalink
jsonrpc-core and jsonrpc-pubsub to 14.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tgmichel committed Sep 28, 2020
1 parent 344c0c6 commit 78facbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ description = "Ethereum RPC (web3) compatibility layer for Substrate."
license = "GPL-3.0"

[dependencies]
jsonrpc-core = "15.0.0"
jsonrpc-core = "14.2.0"
jsonrpc-derive = "14.0.3"
jsonrpc-core-client = "14.0.3"
jsonrpc-pubsub = "15.0.0"
jsonrpc-pubsub = "14.2.0"
log = "0.4.8"
ethereum-types = "0.9.0"
frontier-consensus = { path = "../consensus" }
Expand Down
4 changes: 2 additions & 2 deletions rpc/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ description = "RPC traits of Ethereum."
license = "GPL-3.0"

[dependencies]
jsonrpc-core = "15.0.0"
jsonrpc-core = "14.2.0"
jsonrpc-core-client = "14.0.3"
jsonrpc-derive = "14.0.3"
jsonrpc-pubsub = "15.0.0"
jsonrpc-pubsub = "14.2.0"
rustc-hex = "2.1.0"
ethereum-types = "0.9.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 78facbc

Please sign in to comment.