From 36dedbe3fef3d9dfaa0ada02bc68939d7ddfc4cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 14:16:14 +0000 Subject: [PATCH] chore(deps): bump os_info from 3.9.2 to 3.10.0 Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.9.2 to 3.10.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.9.2...v3.10.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 61003ace..7de40c17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3791,9 +3791,9 @@ dependencies = [ [[package]] name = "os_info" -version = "3.9.2" +version = "3.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e6520c8cc998c5741ee68ec1dc369fc47e5f0ea5320018ecf2a1ccd6328f48b" +checksum = "2a604e53c24761286860eba4e2c8b23a0161526476b1de520139d69cdb85a6b5" dependencies = [ "log", "serde", diff --git a/komorebi/Cargo.toml b/komorebi/Cargo.toml index d5f1853d..e056234a 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.10" parking_lot = "0.12" paste = { workspace = true } regex = "1"