From 772a5e91d7fe0987ac9efe093290f280f15f405e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 12:04:10 +0000 Subject: [PATCH] Bump tungstenite from 0.13.0 to 0.20.1 Bumps [tungstenite](https://github.com/snapview/tungstenite-rs) from 0.13.0 to 0.20.1. - [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tungstenite-rs/compare/v0.13.0...v0.20.1) --- updated-dependencies: - dependency-name: tungstenite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 ++----------------- sn0int-std/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0de2a26..961d2f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2081,15 +2081,6 @@ dependencies = [ "libc", ] -[[package]] -name = "input_buffer" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f97967975f448f1a7ddb12b0bc41069d09ed6a1c161a92687e057325db35d413" -dependencies = [ - "bytes 1.4.0", -] - [[package]] name = "iovec" version = "0.1.4" @@ -5236,21 +5227,15 @@ dependencies = [ [[package]] name = "tungstenite" -version = "0.13.0" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fe8dada8c1a3aeca77d6b51a4f1314e0f4b8e438b7b1b71e3ddaca8080e4093" +checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" dependencies = [ - "base64 0.13.1", "byteorder", "bytes 1.4.0", - "http 0.2.9", - "httparse", - "input_buffer", "log 0.4.20", "rand 0.8.5", - "sha-1 0.9.8", "thiserror", - "url 2.4.1", "utf-8", ] diff --git a/sn0int-std/Cargo.toml b/sn0int-std/Cargo.toml index cf4bc3f..cf66896 100644 --- a/sn0int-std/Cargo.toml +++ b/sn0int-std/Cargo.toml @@ -29,7 +29,7 @@ http = "0.2" bufstream = "0.1.4" pem = "3" url = "2.0" -tungstenite = { version = "0.13", default-features = false } +tungstenite = { version = "0.20", default-features = false } kuchiki = "0.8.0" maxminddb = "0.23" x509-parser = "0.13"