From ec63b3e8bc570c74c396f97405bea0e1d636351a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 14:04:55 +0000 Subject: [PATCH] chore(deps): bump os_info from 3.5.1 to 3.6.0 Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.5.1 to 3.6.0. - [Release notes](https://github.com/stanislav-tkach/os_info/releases) - [Changelog](https://github.com/stanislav-tkach/os_info/blob/master/CHANGELOG.md) - [Commits](https://github.com/stanislav-tkach/os_info/compare/v3.5.1...v3.6.0) --- updated-dependencies: - dependency-name: os_info 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 6133c0ec..83d996ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -798,9 +798,9 @@ checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860" [[package]] name = "os_info" -version = "3.5.1" +version = "3.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4750134fb6a5d49afc80777394ad5d95b04bc12068c6abb92fae8f43817270f" +checksum = "5c424bc68d15e0778838ac013b5b3449544d8133633d8016319e7e05a820b8c0" dependencies = [ "log", "serde", diff --git a/komorebi/Cargo.toml b/komorebi/Cargo.toml index 41f38e07..8cc345c9 100644 --- a/komorebi/Cargo.toml +++ b/komorebi/Cargo.toml @@ -26,7 +26,7 @@ lazy_static = "1" miow = "0.5" nanoid = "0.4" net2 = "0.2" -os_info = "3.4" +os_info = "3.6" parking_lot = { version = "0.12", features = ["deadlock_detection"] } paste = "1" schemars = "0.8"