Skip to content

Commit 682583b

Browse files
committed
Upgrade logging dependencies
1 parent 485e715 commit 682583b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT/Apache-2.0"
1313
error-chain = "0.11"
1414
futures = "0.1"
1515
jsonrpc-core = "8.0"
16-
log = "0.3"
16+
log = "0.4"
1717
serde = "1.0"
1818
serde_json = "1.0"
1919

http/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ futures = "0.1.15"
1515
hyper = "0.11"
1616
hyper-tls = { version = "0.1", optional = true }
1717
native-tls = { version = "0.1", optional = true }
18-
log = "0.3"
18+
log = "0.4"
1919
tokio-core = "0.1"
2020

2121
jsonrpc-client-core = { version = "0.2.1", path = "../core" }
@@ -25,7 +25,7 @@ default = ["tls"]
2525
tls = ["hyper-tls", "native-tls"]
2626

2727
[dev-dependencies]
28-
env_logger = "0.4"
28+
env_logger = "0.5"
2929
jsonrpc-core = "8.0"
3030
jsonrpc-macros = "8.0"
3131
jsonrpc-http-server = "8.0"

0 commit comments

Comments
 (0)