From 0f8dcf167bcc0f49353b417f6ef3b0d8b04a10e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 18:17:43 +0000 Subject: [PATCH] Update soketto requirement from 0.5.0 to 0.7.1 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/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/soketto/compare/v0.5.0...v0.7.1) --- updated-dependencies: - dependency-name: soketto dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 10f7152b..e41dc7fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ async-std = { version = "1.6", optional = true } tokio = { version = "1.0", optional = true, features = ["full"] } tokio-stream = { version = "0.1", optional = true } tokio-util = { version = "0.6", optional = true, features = ["compat", "io"] } -soketto = { version = "0.5.0", optional = true } +soketto = { version = "0.7.1", optional = true } ## Shared (WS, HTTP) url = { version = "2.1", optional = true } ## EIP-1193