Commit 63b07a8 1 parent be17794 commit 63b07a8 Copy full SHA for 63b07a8
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3742,10 +3742,12 @@ checksum = "5c163c633eb184a4ad2a5e7a5dacf12a58c830d717a7963563d4eceb4ced079f"
3742
3742
dependencies = [
3743
3743
" jiff-static" ,
3744
3744
" jiff-tzdb-platform" ,
3745
+ " js-sys" ,
3745
3746
" log" ,
3746
3747
" portable-atomic" ,
3747
3748
" portable-atomic-util" ,
3748
3749
" serde" ,
3750
+ " wasm-bindgen" ,
3749
3751
" windows-sys 0.59.0" ,
3750
3752
]
3751
3753
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ indicatif = "0.17.7" # Progress bar
212
212
infer = " 0.16" # infer MIME type by checking the magic number signaturefer MIME type by checking the magic number signature
213
213
insta = " 1.23"
214
214
itertools = " 0.13"
215
- jiff = " 0.2.3"
215
+ jiff = { version = " 0.2.3" , features = [ " js " ] }
216
216
js-sys = " 0.3"
217
217
jsonwebtoken = { version = " 9" , default-features = false }
218
218
libc = " 0.2"
You can’t perform that action at this time.
0 commit comments