Update to May's nightly

Doesn't use the PR due to the needed changes.
This commit is contained in:
Luke Parker
2023-05-01 04:58:50 -04:00
parent 78c00bde3d
commit 5765d1d278
8 changed files with 7 additions and 51 deletions

44
Cargo.lock generated
View File

@@ -2599,7 +2599,6 @@ dependencies = [
"serde_json",
"thiserror",
"tokio",
"tokio-tungstenite",
"tracing",
"tracing-futures",
"url",
@@ -10580,22 +10579,6 @@ dependencies = [
"tokio-util",
]
[[package]]
name = "tokio-tungstenite"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd"
dependencies = [
"futures-util",
"log",
"rustls 0.20.8",
"tokio",
"tokio-rustls",
"tungstenite",
"webpki 0.22.0",
"webpki-roots",
]
[[package]]
name = "tokio-util"
version = "0.7.8"
@@ -10886,27 +10869,6 @@ version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df"
[[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",
"rustls 0.20.8",
"sha1",
"thiserror",
"url",
"utf-8",
"webpki 0.22.0",
]
[[package]]
name = "turn"
version = "0.6.1"
@@ -11050,12 +11012,6 @@ dependencies = [
"percent-encoding",
]
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "utf8parse"
version = "0.2.1"