File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -428,9 +428,9 @@ dependencies = [
428
428
429
429
[[package ]]
430
430
name = " once_cell"
431
- version = " 1.12 .0"
431
+ version = " 1.19 .0"
432
432
source = " registry+https://github.com/rust-lang/crates.io-index"
433
- checksum = " 7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225 "
433
+ checksum = " 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 "
434
434
435
435
[[package ]]
436
436
name = " opener"
@@ -620,17 +620,17 @@ dependencies = [
620
620
621
621
[[package ]]
622
622
name = " sysinfo"
623
- version = " 0.26.7 "
623
+ version = " 0.30.0 "
624
624
source = " registry+https://github.com/rust-lang/crates.io-index"
625
- checksum = " c375d5fd899e32847b8566e10598d6e9f1d9b55ec6de3cdf9e7da4bdc51371bc "
625
+ checksum = " c68492e7268037de59ae153d7efb79546cf94a18a9548235420d3d8d2436b4b1 "
626
626
dependencies = [
627
627
" cfg-if" ,
628
628
" core-foundation-sys" ,
629
629
" libc" ,
630
630
" ntapi" ,
631
631
" once_cell" ,
632
632
" rayon" ,
633
- " winapi " ,
633
+ " windows " ,
634
634
]
635
635
636
636
[[package ]]
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ walkdir = "2"
59
59
xz2 = " 0.1"
60
60
61
61
# Dependencies needed by the build-metrics feature
62
- sysinfo = { version = " 0.26 .0" , optional = true }
62
+ sysinfo = { version = " 0.30 .0" , optional = true }
63
63
64
64
# Solaris doesn't support flock() and thus fd-lock is not option now
65
65
[target .'cfg(not(target_os = "solaris"))' .dependencies ]
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ use std::cell::RefCell;
15
15
use std:: fs:: File ;
16
16
use std:: io:: BufWriter ;
17
17
use std:: time:: { Duration , Instant , SystemTime } ;
18
- use sysinfo:: { CpuExt , System , SystemExt } ;
18
+ use sysinfo:: System ;
19
19
20
20
// Update this number whenever a breaking change is made to the build metrics.
21
21
//
You can’t perform that action at this time.
0 commit comments