Skip to content

Commit 9ca3ff4

Browse files
committed
Upgrade to jsonrpc-core 8.0
1 parent bd2a4a4 commit 9ca3ff4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT/Apache-2.0"
1212
[dependencies]
1313
error-chain = "0.11"
1414
futures = "0.1"
15-
jsonrpc-core = "7.1.1"
15+
jsonrpc-core = "8.0"
1616
log = "0.3"
1717
serde = "1.0"
1818
serde_json = "1.0"

http/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ tls = ["hyper-tls", "native-tls"]
2626

2727
[dev-dependencies]
2828
env_logger = "0.4"
29-
jsonrpc-core = "7.1.1"
30-
jsonrpc-macros = "7.1.1"
31-
jsonrpc-http-server = "7.1.1"
29+
jsonrpc-core = "8.0"
30+
jsonrpc-macros = "8.0"
31+
jsonrpc-http-server = "8.0"
3232

3333

3434
[badges]

0 commit comments

Comments
 (0)