♻️ Replace tracing dependency with dioxus-logger

tracing package doesn't support web platform when dioxus-logger `will eventually support every target that Dioxus
does. Currently only web and desktop platforms are supported.`
This commit is contained in:
2024-04-06 11:51:46 +02:00
parent f78765e553
commit 0ec1187fc3
15 changed files with 16 additions and 20 deletions

View File

@@ -9,6 +9,7 @@ edition = "2021"
dioxus = "0.5.0"
dioxus-free-icons = { version = "0.8", features = ["material-design-icons-navigation", "ionicons"] }
dioxus-sdk = { version = "0.5.0", features = ["utils"] }
dioxus-logger = { version = "0.4.1", features = ["timestamps"] }
matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", branch = "main", default-features = false, features = ["js", "rustls-tls"] }
@@ -16,12 +17,10 @@ anyhow = "1.0.75"
url = "2.5.0"
dirs = "5.0.1"
ctrlc-async = "3.2.2"
tracing-subscriber = "0.3.18"
thiserror = "1.0.50"
turf = "0.7.0"
tokio = "1.34.0"
log = "0.4.20"
tracing = "0.1.40"
futures-util = "0.3.29"
futures = "0.3.29"
rand = "0.8.5"