From 002018d6f91b567ba1b665fabcf4089a0ab80a65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:36:12 +0000 Subject: [PATCH] build(deps): bump os_info from 3.8.2 to 3.9.0 Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.8.2 to 3.9.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.8.2...v3.9.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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bac79d24..272c6cba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3322,9 +3322,9 @@ dependencies = [ [[package]] name = "os_info" -version = "3.8.2" +version = "3.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae99c7fa6dd38c7cafe1ec085e804f8f555a2f8659b0dbe03f1f9963a9b51092" +checksum = "e5ca711d8b83edbb00b44d504503cd247c9c0bd8b0fa2694f2a1a3d8165379ce" dependencies = [ "log", "serde", diff --git a/Cargo.toml b/Cargo.toml index 3c3c8c82..28346684 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ image = { version = "0.25.1", features = ["ico"] } widestring = "1.0.2" itertools = "0.12.1" clap = { version = "4.5.4", features = ["derive", "string"] } -os_info = "3.8.2" +os_info = "3.9.0" crossbeam-channel = "0.5.12" regex = "1.10.4" getset = "0.1.2"