From 215da379c70e12ef51f556e73bf3aa71be5623c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Sep 2021 07:11:32 +0000 Subject: [PATCH] Update soketto requirement from 0.4 to 0.7 Updates the requirements on [soketto](https://github.com/paritytech/soketto) to permit the latest version. - [Release notes](https://github.com/paritytech/soketto/releases) - [Changelog](https://github.com/paritytech/soketto/blob/develop/CHANGELOG.md) - [Commits](https://github.com/paritytech/soketto/compare/v0.4.0...v0.7.0) --- updated-dependencies: - dependency-name: soketto dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-utils/Cargo.toml | 2 +- ws-client/Cargo.toml | 2 +- ws-server/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test-utils/Cargo.toml b/test-utils/Cargo.toml index 4bf6acaed1..fa621e86f7 100644 --- a/test-utils/Cargo.toml +++ b/test-utils/Cargo.toml @@ -16,6 +16,6 @@ hyper = { version = "0.14", features = ["full"] } log = "0.4" serde = { version = "1", default-features = false, features = ["derive"] } serde_json = "1" -soketto = "0.4" +soketto = "0.7" tokio = { version = "1", features = ["net", "rt-multi-thread", "macros", "time"] } tokio-util = { version = "0.6", features = ["compat"] } diff --git a/ws-client/Cargo.toml b/ws-client/Cargo.toml index ef9ea25c15..12d65d36c4 100644 --- a/ws-client/Cargo.toml +++ b/ws-client/Cargo.toml @@ -19,7 +19,7 @@ jsonrpsee-types = { path = "../types", version = "0.2.0-alpha.6" } log = "0.4" serde = "1" serde_json = "1" -soketto = "0.4" +soketto = "0.7" pin-project = "1" thiserror = "1" url = "2" diff --git a/ws-server/Cargo.toml b/ws-server/Cargo.toml index e48acd8e38..127c59b6e4 100644 --- a/ws-server/Cargo.toml +++ b/ws-server/Cargo.toml @@ -19,7 +19,7 @@ log = "0.4" rustc-hash = "1.1.0" serde = { version = "1", default-features = false, features = ["derive"] } serde_json = { version = "1", features = ["raw_value"] } -soketto = "0.4" +soketto = "0.7" tokio = { version = "1", features = ["net", "rt-multi-thread", "macros"] } tokio-stream = { version = "0.1.1", features = ["net"] } tokio-util = { version = "0.6", features = ["compat"] }