File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -41,26 +41,26 @@ anyhow = "1.0"
4141base64 = " 0.21"
4242bytecount = { version = " 0.6" , features = [" runtime-dispatch-simd" ] }
4343clap = { version = " 4.0" , features = [" derive" ], optional = true }
44- fancy-regex = " 0.11 "
45- fraction = { version = " 0.13 " , default-features = false , features = [
44+ fancy-regex = " 0.13 "
45+ fraction = { version = " 0.15 " , default-features = false , features = [
4646 " with-bigint" ,
4747] }
4848iso8601 = " 0.6"
4949itoa = " 1"
50- memchr = " 2.5 "
50+ memchr = " 2.7 "
5151num-cmp = " 0.1"
52- once_cell = " 1.17 "
52+ once_cell = " 1.19 "
5353parking_lot = " 0.12"
54- percent-encoding = " 2.1 "
55- regex = " 1.6 "
54+ percent-encoding = " 2.3 "
55+ regex = " 1.10 "
5656reqwest = { version = " 0.11" , features = [
5757 " blocking" ,
5858 " json" ,
5959], default-features = false , optional = true }
6060serde = { version = " 1.0" , features = [" derive" ] }
6161serde_json = " 1.0"
6262time = { version = " 0.3" , features = [" parsing" , " macros" ] }
63- url = " 2.2 "
63+ url = " 2.5 "
6464uuid = " 1"
6565
6666[target .'cfg(target_arch = "wasm32")' .dependencies ]
You can’t perform that action at this time.
0 commit comments