@@ -268,7 +268,7 @@ proc-macro-crate = "3"
268268serde = { version = " 1.0" , features = [
269269 " derive" ,
270270 " alloc" ,
271- " rc"
271+ " rc" ,
272272], default-features = false }
273273serde_json = { version = " 1.0" , default-features = false , features = [" alloc" ] }
274274serde_derive = { version = " 1.0" , default-features = false }
@@ -326,8 +326,8 @@ async-trait = "0.1"
326326tower = " 0.4"
327327pin-project = " 1.0"
328328mio = { version = " 1.0.4" , features = [" os-ext" , " net" , " os-poll" ] }
329- mio-timer = { git = " https://github.com/Pana /mio-timer" , rev = " 251170b " }
330- mio-misc = { git = " https://github.com/Pana /mio-misc" , rev = " 27ad80f" }
329+ mio-timer = { git = " https://github.com/Conflux-Chain /mio-timer" , rev = " 91a02cc " }
330+ mio-misc = { git = " https://github.com/Conflux-Chain /mio-misc" , rev = " 27ad80f" }
331331reqwest = " 0.12"
332332
333333# crypto & hash
@@ -389,7 +389,7 @@ vergen = "8.3.2"
389389target_info = " 0.1"
390390bit-set = " 0.4"
391391typenum = " 1.17.0"
392- typemap = { package = " typemap-ors" , version = " 1.0" }
392+ typemap = { package = " typemap-ors" , version = " 1.0" }
393393impl-trait-for-tuples = " 0.2"
394394impl-tools = " 0.10"
395395derive_more = { version = " 2.0.1" , features = [" full" ] }
@@ -405,7 +405,7 @@ memoffset = "0.9"
405405either = " 1.15"
406406fallible-iterator = " 0.3"
407407fs_extra = " 1.1.0"
408- fs-swap = " 0.2.4 "
408+ fs-swap = { git = " https://github.com/Conflux-Chain/fs-swap " , rev = " 72fed3585f430b1485e133d02b291d1976c58b06 " }
409409regex = " 1.3.1"
410410cfg-if = " 1"
411411unroll = " 0.1.5"
@@ -418,6 +418,7 @@ auto_impl = "1"
418418dyn-clone = " 1.0"
419419enumn = " 0.1"
420420walkdir = " 2.5"
421+ tracing-subscriber = { version = " 0.3.20" , features = [" env-filter" ] }
421422
422423# num misc
423424bigdecimal = " 0.1"
0 commit comments