diff --git a/front/Cargo.toml b/front/Cargo.toml index cd8f583..51e94f6 100644 --- a/front/Cargo.toml +++ b/front/Cargo.toml @@ -8,11 +8,11 @@ edition = "2021" [dependencies] anyhow = "1.0.81" cpal = { version = "0.15.3", features = ["wasm-bindgen"] } -dioxus = { version = "0.5.0-alpha.2", features = ["web"] } +dioxus = { version = "0.5.0", features = ["web"] } futures-core = "0.3.30" futures-util = { version = "0.3.30", features = ["futures-sink", "sink"] } log = "0.4.21" -reqwest = { version = "0.11.24", features = ["json"] } +reqwest = { version = "0.12.2", features = ["json"] } ringbuf = "0.3.3" serde = { version = "1.0.197", features = ["derive"] } tokio-tungstenite-wasm = "0.3.1"