From 88b063b770cbad9984b045613e1773ea7c2cda18 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sun, 6 Aug 2023 11:58:49 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20dependencies=20vers?= =?UTF-8?q?ions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ad7851f..9f10741 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,18 +6,18 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -dioxus = "0.3.2" +dioxus = "0.4.0" sir = { version = "0.3.0", features = ["dioxus"] } -dioxus-desktop = "0.3.0" +dioxus-desktop = "0.4.0" # matrix-sdk = { version = "0.6.2", features = ["js"] } matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", branch = "main" , features = ["js"]} -anyhow = "1.0.71" +anyhow = "1.0.72" url = "2.4.0" tokio = "1.29.1" dirs = "5.0.1" ctrlc-async = "3.2.2" tracing-subscriber = "0.3.17" -dioxus-free-icons = { version = "0.6.0", features = ["material-design-icons-navigation", "ionicons"] } +dioxus-free-icons = { version = "0.7.0", features = ["material-design-icons-navigation", "ionicons"] } thiserror = "1.0.44" [build]