From a9f3b23907c22070951ea2a6d18bcf59e4bd1817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Aug 2022 05:22:44 +0000 Subject: [PATCH] Bump websocket from 0.26.2 to 0.26.5 in /dns_utility 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: indirect ... Signed-off-by: dependabot[bot] --- dns_utility/Cargo.lock | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dns_utility/Cargo.lock b/dns_utility/Cargo.lock index 33fbc9193..a09ebeb74 100644 --- a/dns_utility/Cargo.lock +++ b/dns_utility/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "actix" version = "0.7.9" @@ -1782,9 +1784,9 @@ checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" [[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 = [ "hyper", "rand 0.6.5", @@ -1795,9 +1797,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",