From ccf2a05c8d16a24a9d111e85db5f3bc4f4a1ef9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 21:49:25 +0000 Subject: [PATCH] chore: bump soketto from 0.7.0 to 0.7.1 (#21207) Bumps [soketto](https://github.com/paritytech/soketto) from 0.7.0 to 0.7.1. - [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.7.0...v0.7.1) --- updated-dependencies: - dependency-name: soketto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6076606758..d25773e499 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4270,9 +4270,9 @@ dependencies = [ [[package]] name = "soketto" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "083624472e8817d44d02c0e55df043737ff11f279af924abdf93845717c2b75c" +checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2" dependencies = [ "base64 0.13.0", "bytes 1.1.0",