1 Commits

Author SHA1 Message Date
dependabot[bot]
772a5e91d7 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] <support@github.com>
2023-11-29 12:04:10 +00:00
2 changed files with 3 additions and 18 deletions

19
Cargo.lock generated
View File

@@ -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",
]

View File

@@ -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"