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"] }