fix(deps): update rust crate tokio-tungstenite to 0.24 (v1) (#1782)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
This commit is contained in:
renovate[bot]
2024-09-16 11:37:04 +02:00
committed by GitHub
parent 311bfcbbbd
commit cf058d5d4a
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ impl Builder {
let asset_resolver = app.asset_resolver();
std::thread::spawn(move || {
let server =
Server::http(&format!("localhost:{port}")).expect("Unable to spawn server");
Server::http(format!("localhost:{port}")).expect("Unable to spawn server");
for req in server.incoming_requests() {
let path = req
.url()