From 4bbe863a566bf5a8ea6b13f5fd7967c5a0d8f361 Mon Sep 17 00:00:00 2001 From: Adrien Date: Mon, 21 Apr 2025 10:09:42 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Bump=20Dioxus=20version?= =?UTF-8?q?=20(0.6.1=20->=200.6.3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4cdd7c6..1b2ec55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } tracing-web = "0.1.3" # Dioxus -dioxus = { version = "0.6.1", features = ["web"] } +dioxus = { version = "0.6.3", features = ["web"] } web-sys = "0.3.69" # Matrix @@ -69,7 +69,7 @@ time = "0.3.36" tracing-subscriber = { version = "0.3.18", features = ["env-filter", "time"] } # Dioxus -dioxus = { version = "0.6.1", features = ["desktop"] } +dioxus = { version = "0.6.3", features = ["desktop"] } # Matrix matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "fa6066b8", default-features = false, features = ["rustls-tls"] }