From 30b7d5816781cb572be34e6b725215002a9a5ed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 05:25:38 +0000 Subject: [PATCH] Bump os_info from 3.8.2 to 3.9.2 Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.8.2 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.8.2...v3.9.2) --- 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 203d9bb..26afda7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1179,9 +1179,9 @@ dependencies = [ [[package]] name = "os_info" -version = "3.8.2" +version = "3.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae99c7fa6dd38c7cafe1ec085e804f8f555a2f8659b0dbe03f1f9963a9b51092" +checksum = "6e6520c8cc998c5741ee68ec1dc369fc47e5f0ea5320018ecf2a1ccd6328f48b" dependencies = [ "log", "serde", diff --git a/Cargo.toml b/Cargo.toml index fda1416..00e5bb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ "crypto-rust", ] } lazy_static = "1.5.0" - os_info = "3.8.2" + os_info = "3.9.2" regex = "1.11.1" reqwest = { version = "0.12.9", features = [ "json",