From f6eea89f8e6660b4695306a6462bd7bc697878cd Mon Sep 17 00:00:00 2001 From: Andronik Ordian Date: Fri, 7 Feb 2020 15:07:11 +0100 Subject: [PATCH] bump parking_lot and patch versions --- http/Cargo.toml | 4 ++-- ipc/Cargo.toml | 4 ++-- pubsub/Cargo.toml | 4 ++-- tcp/Cargo.toml | 4 ++-- ws/Cargo.toml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/http/Cargo.toml b/http/Cargo.toml index 4b7f0f6b9..43f53c8f7 100644 --- a/http/Cargo.toml +++ b/http/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["jsonrpc", "json-rpc", "json", "rpc", "server"] license = "MIT" name = "jsonrpc-http-server" repository = "https://github.com/paritytech/jsonrpc" -version = "14.0.5" +version = "14.0.6" [dependencies] hyper = "0.12" @@ -17,7 +17,7 @@ jsonrpc-server-utils = { version = "14.0", path = "../server-utils" } log = "0.4" net2 = "0.2" unicase = "2.0" -parking_lot = "0.9.0" +parking_lot = "0.10.0" [dev-dependencies] env_logger = "0.7" diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml index 915a8f2fe..fe5c86179 100644 --- a/ipc/Cargo.toml +++ b/ipc/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://github.com/paritytech/jsonrpc" license = "MIT" name = "jsonrpc-ipc-server" repository = "https://github.com/paritytech/jsonrpc" -version = "14.0.6" +version = "14.0.7" [dependencies] log = "0.4" @@ -15,7 +15,7 @@ tokio-service = "0.1" jsonrpc-core = { version = "14.0", path = "../core" } jsonrpc-server-utils = { version = "14.0", path = "../server-utils" } parity-tokio-ipc = "0.4" -parking_lot = "0.9" +parking_lot = "0.10.0" [dev-dependencies] env_logger = "0.7" diff --git a/pubsub/Cargo.toml b/pubsub/Cargo.toml index fe0363942..edced41e0 100644 --- a/pubsub/Cargo.toml +++ b/pubsub/Cargo.toml @@ -8,11 +8,11 @@ keywords = ["jsonrpc", "json-rpc", "json", "rpc", "macros"] license = "MIT" name = "jsonrpc-pubsub" repository = "https://github.com/paritytech/jsonrpc" -version = "14.0.5" +version = "14.0.6" [dependencies] log = "0.4" -parking_lot = "0.9" +parking_lot = "0.10.0" jsonrpc-core = { version = "14.0", path = "../core" } serde = "1.0" diff --git a/tcp/Cargo.toml b/tcp/Cargo.toml index 696f01449..151769f4f 100644 --- a/tcp/Cargo.toml +++ b/tcp/Cargo.toml @@ -7,11 +7,11 @@ homepage = "https://github.com/paritytech/jsonrpc" license = "MIT" name = "jsonrpc-tcp-server" repository = "https://github.com/paritytech/jsonrpc" -version = "14.0.5" +version = "14.0.6" [dependencies] log = "0.4" -parking_lot = "0.9" +parking_lot = "0.10.0" tokio-service = "0.1" jsonrpc-core = { version = "14.0", path = "../core" } jsonrpc-server-utils = { version = "14.0", path = "../server-utils" } diff --git a/ws/Cargo.toml b/ws/Cargo.toml index 408c5d89b..40999299d 100644 --- a/ws/Cargo.toml +++ b/ws/Cargo.toml @@ -7,13 +7,13 @@ homepage = "https://github.com/paritytech/jsonrpc" license = "MIT" name = "jsonrpc-ws-server" repository = "https://github.com/paritytech/jsonrpc" -version = "14.0.5" +version = "14.0.6" [dependencies] jsonrpc-core = { version = "14.0", path = "../core" } jsonrpc-server-utils = { version = "14.0", path = "../server-utils" } log = "0.4" -parking_lot = "0.9" +parking_lot = "0.10.0" slab = "0.4" ws = "0.9"