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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
fe97cb2ddf
commit
acfe76b622
|
@ -4169,9 +4169,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "soketto"
|
name = "soketto"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a74e48087dbeed4833785c2f3352b59140095dc192dce966a3bfc155020a439f"
|
checksum = "083624472e8817d44d02c0e55df043737ff11f279af924abdf93845717c2b75c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.13.0",
|
"base64 0.13.0",
|
||||||
"bytes 1.0.1",
|
"bytes 1.0.1",
|
||||||
|
|
|
@ -28,7 +28,7 @@ regex = "1.5.4"
|
||||||
serde = "1.0.130"
|
serde = "1.0.130"
|
||||||
serde_derive = "1.0.103"
|
serde_derive = "1.0.103"
|
||||||
serde_json = "1.0.68"
|
serde_json = "1.0.68"
|
||||||
soketto = "0.6"
|
soketto = "0.7"
|
||||||
solana-account-decoder = { path = "../account-decoder", version = "=1.8.0" }
|
solana-account-decoder = { path = "../account-decoder", version = "=1.8.0" }
|
||||||
solana-client = { path = "../client", version = "=1.8.0" }
|
solana-client = { path = "../client", version = "=1.8.0" }
|
||||||
solana-entry = { path = "../entry", version = "=1.8.0" }
|
solana-entry = { path = "../entry", version = "=1.8.0" }
|
||||||
|
|
Loading…
Reference in New Issue