1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-02 19:21:03 +02:00

Merge pull request #275 from JakeStanger/dependabot/cargo/sysinfo-0.29.8

build(deps): bump sysinfo from 0.29.7 to 0.29.8
This commit is contained in:
Jake Stanger 2023-08-14 19:30:35 +01:00 committed by GitHub
commit 6203447ec5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -2854,9 +2854,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.29.7"
version = "0.29.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "165d6d8539689e3d3bc8b98ac59541e1f21c7de7c85d60dc80e43ae0ed2113db"
checksum = "d10ed79c22663a35a255d289a7fdcb43559fc77ff15df5ce6c341809e7867528"
dependencies = [
"cfg-if",
"core-foundation-sys",