Bump sysctl from 0.4.4 to 0.4.6 (#31423)
Bumps [sysctl](https://github.com/johalun/sysctl-rs) from 0.4.4 to 0.4.6. - [Release notes](https://github.com/johalun/sysctl-rs/releases) - [Changelog](https://github.com/johalun/sysctl-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/johalun/sysctl-rs/commits/v0.4.6) --- updated-dependencies: - dependency-name: sysctl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: illia.bobyr@solana.com
This commit is contained in:
parent
96ef87f976
commit
3bcd0bdc6d
|
@ -7633,9 +7633,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sysctl"
|
||||
version = "0.4.4"
|
||||
version = "0.4.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1123645dfaf2b5eac6b6c88addafc359c789b8ef2a770ecaef758c1ddf363ea4"
|
||||
checksum = "225e483f02d0ad107168dc57381a8a40c3aeea6abe47f37506931f861643cfa8"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"byteorder",
|
||||
|
|
|
@ -373,7 +373,7 @@ subtle = "2.4.1"
|
|||
symlink = "0.1.0"
|
||||
syn = "2.0"
|
||||
sys-info = "0.9.1"
|
||||
sysctl = "0.4.4"
|
||||
sysctl = "0.4.6"
|
||||
systemstat = "0.2.3"
|
||||
tar = "0.4.38"
|
||||
tarpc = "0.29.0"
|
||||
|
|
|
@ -6781,9 +6781,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sysctl"
|
||||
version = "0.4.4"
|
||||
version = "0.4.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1123645dfaf2b5eac6b6c88addafc359c789b8ef2a770ecaef758c1ddf363ea4"
|
||||
checksum = "225e483f02d0ad107168dc57381a8a40c3aeea6abe47f37506931f861643cfa8"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"byteorder 1.4.3",
|
||||
|
|
Loading…
Reference in New Issue