From 294c14e6a6a56e751b84b5904a9d80c4a7f8cda9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 14:58:18 +0000 Subject: [PATCH] chore(deps): bump sysinfo from 0.28.4 to 0.29.0 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.28.4 to 0.29.0. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) --- updated-dependencies: - dependency-name: sysinfo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- komorebi/Cargo.toml | 2 +- komorebic/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d143b5f..8dbae85f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1295,9 +1295,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.28.4" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4c2f3ca6693feb29a89724516f016488e9aafc7f37264f898593ee4b942f31b" +checksum = "02f1dc6930a439cc5d154221b5387d153f8183529b07c19aca24ea31e0a167e1" dependencies = [ "cfg-if 1.0.0", "core-foundation-sys", diff --git a/komorebi/Cargo.toml b/komorebi/Cargo.toml index 5ac6a4ec..2342a0a3 100644 --- a/komorebi/Cargo.toml +++ b/komorebi/Cargo.toml @@ -33,7 +33,7 @@ schemars = "0.8" serde = { version = "1", features = ["derive"] } serde_json = "1" strum = { version = "0.24", features = ["derive"] } -sysinfo = "0.28" +sysinfo = "0.29" tracing = "0.1" tracing-appender = "0.2" tracing-subscriber = { version = "0.3", features = ["env-filter"] } diff --git a/komorebic/Cargo.toml b/komorebic/Cargo.toml index daf10844..3a6bf5fc 100644 --- a/komorebic/Cargo.toml +++ b/komorebic/Cargo.toml @@ -25,7 +25,7 @@ powershell_script = "1.0" serde = { version = "1", features = ["derive"] } serde_json = "1" serde_yaml = "0.9" -sysinfo = "0.28" +sysinfo = "0.29" uds_windows = "1" [dependencies.windows]