fix: fixed version of time dependency (v0.3.38 has wasm issue) (#711)

This commit is contained in:
Hendrik Eeckhaut
2025-03-06 01:06:16 +01:00
committed by GitHub
parent ca9d364fc9
commit 32d25e5c69

View File

@@ -43,7 +43,7 @@ pin-project-lite = { workspace = true }
rayon = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { version = "1.0" }
time = { version = "0.3", features = ["wasm-bindgen"] }
time = { version = "=0.3.37", features = ["wasm-bindgen"] }
tracing = { workspace = true }
tracing-subscriber = { workspace = true, features = ["time"] }
tracing-web = { version = "0.1" }