Bump tokio-tungstenite from 0.18.0 to 0.19.0 in /src-tauri

Bumps [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) from 0.18.0 to 0.19.0.
- [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md)
- [Commits](https://github.com/snapview/tokio-tungstenite/compare/v0.18.0...v0.19.0)

---
updated-dependencies:
- dependency-name: tokio-tungstenite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-02 12:32:25 +00:00 committed by Nikita Galaiko
parent ede0c571f5
commit 8ff1b650b6
2 changed files with 4 additions and 35 deletions

37
src-tauri/Cargo.lock generated
View File

@ -1518,7 +1518,7 @@ dependencies = [
"thiserror",
"timed",
"tokio",
"tokio-tungstenite 0.18.0",
"tokio-tungstenite",
"tokio-util",
"url",
"urlencoding",
@ -4713,7 +4713,7 @@ dependencies = [
"tauri",
"thiserror",
"tokio",
"tokio-tungstenite 0.19.0",
"tokio-tungstenite",
]
[[package]]
@ -4999,18 +4999,6 @@ dependencies = [
"tokio",
]
[[package]]
name = "tokio-tungstenite"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd"
dependencies = [
"futures-util",
"log",
"tokio",
"tungstenite 0.18.0",
]
[[package]]
name = "tokio-tungstenite"
version = "0.19.0"
@ -5022,7 +5010,7 @@ dependencies = [
"native-tls",
"tokio",
"tokio-native-tls",
"tungstenite 0.19.0",
"tungstenite",
]
[[package]]
@ -5166,25 +5154,6 @@ version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
[[package]]
name = "tungstenite"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788"
dependencies = [
"base64 0.13.1",
"byteorder",
"bytes",
"http",
"httparse",
"log",
"rand 0.8.5",
"sha1",
"thiserror",
"url",
"utf-8",
]
[[package]]
name = "tungstenite"
version = "0.19.0"

View File

@ -38,7 +38,7 @@ tantivy = "0.19.2"
similar = { version = "2.2.1", features = ["unicode"] }
fslock = "0.2.1"
tokio = { version = "1.28.0", features = ["full", "sync"] }
tokio-tungstenite = "0.18.0"
tokio-tungstenite = "0.19.0"
portable-pty = { version = "0.8.0", features = [ "serde_support" ] }
bytes = "1.1.0"
futures = "0.3"