File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -383,9 +383,9 @@ dependencies = [
383383
384384[[package ]]
385385name = " ntapi"
386- version = " 0.3.7 "
386+ version = " 0.4.0 "
387387source = " registry+https://github.com/rust-lang/crates.io-index"
388- checksum = " c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f "
388+ checksum = " bc51db7b362b205941f71232e56c625156eb9a929f8cf74a428fd5bc094a4afc "
389389dependencies = [
390390 " winapi" ,
391391]
@@ -607,9 +607,9 @@ dependencies = [
607607
608608[[package ]]
609609name = " sysinfo"
610- version = " 0.24.2 "
610+ version = " 0.26.7 "
611611source = " registry+https://github.com/rust-lang/crates.io-index"
612- checksum = " 9a2809487b962344ca55d9aea565f9ffbcb6929780802217acc82561f6746770 "
612+ checksum = " c375d5fd899e32847b8566e10598d6e9f1d9b55ec6de3cdf9e7da4bdc51371bc "
613613dependencies = [
614614 " cfg-if" ,
615615 " core-foundation-sys" ,
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ xz2 = "0.1"
5454walkdir = " 2"
5555
5656# Dependencies needed by the build-metrics feature
57- sysinfo = { version = " 0.24.1 " , optional = true }
57+ sysinfo = { version = " 0.26.0 " , optional = true }
5858
5959[target .'cfg(windows)' .dependencies .winapi ]
6060version = " 0.3"
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ impl BuildMetrics {
9797 cpu_threads_count : system. cpus ( ) . len ( ) ,
9898 cpu_model : system. cpus ( ) [ 0 ] . brand ( ) . into ( ) ,
9999
100- memory_total_bytes : system. total_memory ( ) * 1024 ,
100+ memory_total_bytes : system. total_memory ( ) ,
101101 } ;
102102 let steps = std:: mem:: take ( & mut state. finished_steps ) ;
103103
You can’t perform that action at this time.
0 commit comments