mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 04:33:06 +00:00
Don't depend on "oldtime"
feature in chrono
which produces security advisory.
This commit is contained in:
parent
4611df014e
commit
c7321a0389
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ dioxus-html = { path = "../html", features = ["hot-reload-context"], version = "
|
|||
|
||||
interprocess = { version = "1.2.1" }
|
||||
notify = "5.0.0"
|
||||
chrono = "0.4.23"
|
||||
chrono = { version = "0.4.24", default-features = false, features = ["clock"] }
|
||||
serde_json = "1.0.91"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
execute = "0.2.11"
|
||||
|
|
Loading…
Reference in a new issue