From a1e4255ec2b8447646fcf167aa8beb77c4b1834a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:35:47 +0000 Subject: [PATCH] chore(deps): bump os_info from 3.9.1 to 3.9.2 Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.9.1 to 3.9.2. - [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.9.1...v3.9.2) --- updated-dependencies: - dependency-name: os_info dependency-type: direct:production update-type: version-update:semver-patch ... 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 8dd5ebec1..2510891bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3751,9 +3751,9 @@ dependencies = [ [[package]] name = "os_info" -version = "3.9.1" +version = "3.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb6651f4be5e39563c4fe5cc8326349eb99a25d805a3493f791d5bfd0269e430" +checksum = "6e6520c8cc998c5741ee68ec1dc369fc47e5f0ea5320018ecf2a1ccd6328f48b" dependencies = [ "log", "serde", diff --git a/komorebi/Cargo.toml b/komorebi/Cargo.toml index 79650c068..47d0c22d0 100644 --- a/komorebi/Cargo.toml +++ b/komorebi/Cargo.toml @@ -25,7 +25,7 @@ lazy_static = { workspace = true } miow = "0.6" nanoid = "0.4" net2 = "0.2" -os_info = "3.8" +os_info = "3.9" parking_lot = "0.12" paste = { workspace = true } regex = "1"