mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-09 14:48:13 -05:00
fix: fixed version of time dependency (v0.3.38 has wasm issue) (#711)
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user