From 72d20d574598adb41210e33f425f4d2aad168ea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 14:59:11 +0000 Subject: [PATCH] chore(deps): bump sysinfo from 0.27.7 to 0.28.0 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.27.7 to 0.28.0. - [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: 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 69801019..3ccf9ab1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1247,9 +1247,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.27.7" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "975fe381e0ecba475d4acff52466906d95b153a40324956552e027b2a9eaa89e" +checksum = "727220a596b4ca0af040a07091e49f5c105ec8f2592674339a5bf35be592f76e" dependencies = [ "cfg-if 1.0.0", "core-foundation-sys", diff --git a/komorebi/Cargo.toml b/komorebi/Cargo.toml index bcba92fb..5985c475 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.27" +sysinfo = "0.28" 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 d22f777f..9b6e1ffc 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.27" +sysinfo = "0.28" uds_windows = "1" [dependencies.windows]