From acfe76b622f36edfb861608634536308b8946ad7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Sep 2021 16:12:22 -0600 Subject: [PATCH] chore: bump soketto from 0.6.0 to 0.7.0 (#20355) Bumps [soketto](https://github.com/paritytech/soketto) from 0.6.0 to 0.7.0. - [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.6.0...v0.7.0) --- updated-dependencies: - dependency-name: soketto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- rpc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad2a321f6..61a965a37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4169,9 +4169,9 @@ dependencies = [ [[package]] name = "soketto" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a74e48087dbeed4833785c2f3352b59140095dc192dce966a3bfc155020a439f" +checksum = "083624472e8817d44d02c0e55df043737ff11f279af924abdf93845717c2b75c" dependencies = [ "base64 0.13.0", "bytes 1.0.1", diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 937380e53..f135e959c 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -28,7 +28,7 @@ regex = "1.5.4" serde = "1.0.130" serde_derive = "1.0.103" serde_json = "1.0.68" -soketto = "0.6" +soketto = "0.7" solana-account-decoder = { path = "../account-decoder", version = "=1.8.0" } solana-client = { path = "../client", version = "=1.8.0" } solana-entry = { path = "../entry", version = "=1.8.0" }