From 2b83ff8148f8f8e8e53d9517f29a176eda466b6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jan 2022 14:03:28 +0000 Subject: [PATCH] chore(deps): bump sysinfo from 0.21.2 to 0.22.4 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.21.2 to 0.22.4. - [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 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d82c36a4..4de4a82f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1147,9 +1147,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.21.2" +version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f88d66f3341b688163d3585037954ff276cf24a234d015b30025318a3e3449a" +checksum = "ccb37aa4af23791c584202d286ed9420e023e9d27e49d5a76215623f4bcc2502" dependencies = [ "cfg-if 1.0.0", "core-foundation-sys", diff --git a/komorebi/Cargo.toml b/komorebi/Cargo.toml index cea86513..10d2a751 100644 --- a/komorebi/Cargo.toml +++ b/komorebi/Cargo.toml @@ -29,7 +29,7 @@ paste = "1" serde = { version = "1", features = ["derive"] } serde_json = "1" strum = { version = "0.23", features = ["derive"] } -sysinfo = "0.21" +sysinfo = "0.22" tracing = "0.1" tracing-appender = "0.2" tracing-subscriber = { version = "0.3", features = ["env-filter"] }