|
@@ -18,7 +18,7 @@ dioxus-html = { path = "../html", features = ["hot-reload-context"], version = "
|
|
|
|
|
|
interprocess = { version = "1.2.1" }
|
|
interprocess = { version = "1.2.1" }
|
|
notify = "5.0.0"
|
|
notify = "5.0.0"
|
|
-chrono = "0.4.23"
|
|
|
|
|
|
+chrono = { version = "0.4.24", default-features = false, features = ["clock"] }
|
|
serde_json = "1.0.91"
|
|
serde_json = "1.0.91"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
execute = "0.2.11"
|
|
execute = "0.2.11"
|