Skip to content

Commit

Permalink
jsonrpsee 10.0.1 update.
Browse files Browse the repository at this point in the history
  • Loading branch information
kukabi committed Apr 5, 2022
1 parent 36e4178 commit 2e0adf3
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 57 deletions.
71 changes: 21 additions & 50 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 subvt-network-status-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bus = "2.2.3"
chrono = "0.4.19"
env_logger = "0.9.0"
futures-util = "0.3.21"
jsonrpsee = { version = "0.9.0", features = ["full"] }
jsonrpsee = { version = "0.10.1", features = ["full"] }
lazy_static = "1.4.0"
log = "0.4.16"
once_cell = "1.10.0"
Expand Down
6 changes: 3 additions & 3 deletions subvt-substrate-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ byteorder = { version = "1.4.3", default-features = false }
chrono = "0.4.19"
frame-metadata = { version = "15.0.0", features = ["std", "v12", "v13", "v14"] }
hex = "0.4"
jsonrpsee = { version = "0.9.0", features = ["full"] }
jsonrpsee-core = "0.9.0"
jsonrpsee-types = "0.9.0"
jsonrpsee = { version = "0.10.1", features = ["full"] }
jsonrpsee-core = "0.10.1"
jsonrpsee-types = "0.10.1"
log = "0.4.16"
parity-scale-codec = { version = "3.1.2", default-features = false, features = ["derive", "full"] }
serde = { version = "1.0.136", features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions subvt-validator-details-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ anyhow = "1.0.56"
async-trait = "0.1.53"
bus = "2.2.3"
futures-util = "0.3.21"
jsonrpsee = { version = "0.9.0", features = ["full"] }
jsonrpsee-core = "0.9.0"
jsonrpsee = { version = "0.10.1", features = ["full"] }
jsonrpsee-core = "0.10.1"
lazy_static = "1.4.0"
log = "0.4.16"
once_cell = "1.10.0"
Expand Down
2 changes: 1 addition & 1 deletion subvt-validator-list-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ chrono = "0.4.19"
clap = "3.1.8"
env_logger = "0.9.0"
futures-util = "0.3.21"
jsonrpsee = { version = "0.9.0", features = ["full"] }
jsonrpsee = { version = "0.10.1", features = ["full"] }
lazy_static = "1.4.0"
log = "0.4.16"
once_cell = "1.10.0"
Expand Down

0 comments on commit 2e0adf3

Please sign in to comment.