From 5abfd831dda40aac82aee906e1c68dea22047f0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Aug 2022 05:25:31 +0000 Subject: [PATCH] Bump websocket from 0.26.2 to 0.26.5 in /node Bumps [websocket](https://github.com/websockets-rs/rust-websocket) from 0.26.2 to 0.26.5. - [Release notes](https://github.com/websockets-rs/rust-websocket/releases) - [Commits](https://github.com/websockets-rs/rust-websocket/compare/v0.26.2...v0.26.5) --- updated-dependencies: - dependency-name: websocket dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- masq/Cargo.toml | 2 +- masq_lib/Cargo.toml | 2 +- multinode_integration_tests/Cargo.toml | 2 +- node/Cargo.lock | 8 ++++---- node/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/masq/Cargo.toml b/masq/Cargo.toml index b4b395b2d..20052485b 100644 --- a/masq/Cargo.toml +++ b/masq/Cargo.toml @@ -19,7 +19,7 @@ lazy_static = "1.4.0" linefeed = "0.6.0" masq_lib = { path = "../masq_lib" } regex = "1.5.4" -websocket = {version = "0.26.2", default-features = false, features = ["sync"]} +websocket = {version = "0.26.5", default-features = false, features = ["sync"]} ctrlc = "3.2.1" [target.'cfg(not(target_os = "windows"))'.dependencies] diff --git a/masq_lib/Cargo.toml b/masq_lib/Cargo.toml index 4f41942d8..9e2437dcb 100644 --- a/masq_lib/Cargo.toml +++ b/masq_lib/Cargo.toml @@ -24,7 +24,7 @@ serde_json = "1.0.74" tiny-hderive = "0.3.0" toml = "0.5.8" ethereum-types = "0.9.0" -websocket = {version = "0.26.2", default-features = false, features = ["sync"]} +websocket = {version = "0.26.5", default-features = false, features = ["sync"]} [features] no_test_share = [] diff --git a/multinode_integration_tests/Cargo.toml b/multinode_integration_tests/Cargo.toml index 00f3af4b9..886c36503 100644 --- a/multinode_integration_tests/Cargo.toml +++ b/multinode_integration_tests/Cargo.toml @@ -34,7 +34,7 @@ tiny-bip39 = "0.8.2" tiny-hderive = "0.3.0" uint = "0.9.1" web3 = {version = "0.11.0", default-features = false, features = ["http", "tls"]} -websocket = {version = "0.26.2", default-features = false, features = ["sync"]} +websocket = {version = "0.26.5", default-features = false, features = ["sync"]} [lib] name = "multinode_integration_tests_lib" diff --git a/node/Cargo.lock b/node/Cargo.lock index f959ad141..e7291f363 100644 --- a/node/Cargo.lock +++ b/node/Cargo.lock @@ -4424,9 +4424,9 @@ dependencies = [ [[package]] name = "websocket" -version = "0.26.2" +version = "0.26.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "723abe6b75286edc51d8ecabb38a2353f62a9e9b0588998b59111474f1dcd637" +checksum = "92aacab060eea423e4036820ddd28f3f9003b2c4d8048cbda985e5a14e18038d" dependencies = [ "bytes 0.4.12", "futures", @@ -4443,9 +4443,9 @@ dependencies = [ [[package]] name = "websocket-base" -version = "0.26.2" +version = "0.26.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "403f3fd505ff930da84156389639932955fb09705b3dccd1a3d60c8e7ff62776" +checksum = "49aec794b07318993d1db16156d5a9c750120597a5ee40c6b928d416186cb138" dependencies = [ "base64 0.10.1", "bitflags", diff --git a/node/Cargo.toml b/node/Cargo.toml index 6969ea896..9a300b87f 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -61,7 +61,7 @@ trust-dns = "0.17.0" trust-dns-resolver = "0.12.0" unindent = "0.1.7" web3 = {version = "0.11.0", default-features = false, features = ["http", "tls"]} -websocket = {version = "0.26.2", default-features = false, features = ["async", "sync"]} +websocket = {version = "0.26.5", default-features = false, features = ["async", "sync"]} secp256k1secrets = {package = "secp256k1", version = "0.17.2"} paste = "1.0.6"