File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5205,7 +5205,7 @@ dependencies = [
5205
5205
5206
5206
[[package ]]
5207
5207
name = " sysinfo"
5208
- version = " 0.29.2 "
5208
+ version = " 0.29.10 "
5209
5209
source = " registry+https://github.com/rust-lang/crates.io-index"
5210
5210
checksum = " 9557d0845b86eea8182f7b10dff120214fb6cd9fd937b6f4917714e546a38695"
5211
5211
dependencies = [
Original file line number Diff line number Diff line change @@ -620,9 +620,9 @@ dependencies = [
620
620
621
621
[[package ]]
622
622
name = " sysinfo"
623
- version = " 0.30.0 "
623
+ version = " 0.30.1 "
624
624
source = " registry+https://github.com/rust-lang/crates.io-index"
625
- checksum = " c68492e7268037de59ae153d7efb79546cf94a18a9548235420d3d8d2436b4b1 "
625
+ checksum = " 01e979b637815805abbdeea72e4b6d9374dd0efce6524cc65c31e14911dbc671 "
626
626
dependencies = [
627
627
" cfg-if" ,
628
628
" core-foundation-sys" ,
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.30.0 " , optional = true }
62
+ sysinfo = { version = " 0.30" , 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 ]
You can’t perform that action at this time.
0 commit comments