From 78a1d529761c48aaeb5dc086dfb78e38b76fb3d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Kaan=20G=C3=9CM=C3=9C=C5=9E?= <96421894+Tahinli@users.noreply.github.com> Date: Sat, 30 Mar 2024 06:33:51 +0300 Subject: [PATCH] chore: :arrow_up: reqwest and dioxus updated --- front/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"