1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-08 07:46:19 +02:00

chore(deps): bump sysinfo from 0.23.8 to 0.23.9 in /crates

Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.23.8 to 0.23.9.
- [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases)
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GuillaumeGomez/sysinfo/commits)

---
updated-dependencies:
- dependency-name: sysinfo
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-11 01:20:08 +00:00 committed by GitHub
parent d9352f3d38
commit d51ebd15fd
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

4
crates/Cargo.lock generated
View File

@ -1974,9 +1974,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.23.8"
version = "0.23.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad04c584871b8dceb769a20b94e26a357a870c999b7246dcd4cb233d927547e3"
checksum = "b3fb8adaa82317f1e8a040281807f411803c9111303cfe129b4abb4a14b2c223"
dependencies = [
"cfg-if 1.0.0",
"core-foundation-sys",