Explorar o código

Don't depend on `"oldtime"` feature in `chrono` which produces security advisory.

Azriel Hoh %!s(int64=2) %!d(string=hai) anos
pai
achega
c7321a0389
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/hot-reload/Cargo.toml

+ 1 - 1
packages/hot-reload/Cargo.toml

@@ -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"