From 3b7b83dfd290fc8f16f07acf3ca7bff42aa1b0d8 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 6 Jan 2025 18:11:28 +0100
Subject: [PATCH] build(deps): Bump os_info from 3.8.2 to 3.9.2 in /rust
(#7679)
Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.8.2
to 3.9.2.
Release notes
Sourced from os_info's
releases.
os_info 3.9.2
- Fix
uname usage on NetBSD. (#392)
os_info 3.9.1
- Reduce the published crate size by excluding the test data. (#390)
os_info 3.9.0
-
Nobara Linux support has been added. (#379)
-
UOS support has been added. (#380)
-
Fix uname usage on AIX. (#381)
-
CachyOS support has been added. (#386)
Changelog
Sourced from os_info's
changelog.
[3.9.2] (2025-01-05)
- Fix
uname usage on NetBSD. (#392)
[3.9.1] (2024-12-22)
- Reduce the published crate size by excluding the test data. (#390)
[3.9.0] (2024-11-30)
-
Nobara Linux support has been added. (#379)
-
UOS support has been added. (#380)
-
Fix uname usage on AIX. (#381)
-
CachyOS support has been added. (#386)
Commits
983ee17
Merge pull request #393
from stanislav-tkach/release-3-9-2
1c939f1
Release the 3.9.2 version
b69ff88
Merge pull request #392
from 0-wiz-0/master
708a474
Fix NetBSD support.
7d1b62f
Merge pull request #391
from stanislav-tkach/3-9-1-release
2b1bd58
Release the 3.9.1 version
d824f1f
Merge pull request #390
from GiGainfosystems/master
15ce4fb
Exclude testdata from published crate
ad36540
Merge pull request #388
from stanislav-tkach/release-3-9-0
a823192
Release the 3.9.0 version
- Additional commits viewable in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
rust/Cargo.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 0bf24f8d5..9eaa0c5a8 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -3491,7 +3491,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
dependencies = [
"cfg-if",
- "windows-targets 0.52.6",
+ "windows-targets 0.48.5",
]
[[package]]
@@ -4378,9 +4378,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",