1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-07 15:26:14 +02:00

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

Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.23.9 to 0.23.10.
- [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-14 00:47:32 +00:00 committed by GitHub
parent f6e41b5d8a
commit 67f083525f
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

4
crates/Cargo.lock generated
View File

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