mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps): bump os_info from 3.9.2 to 3.10.0 in /rust (#8161)
Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.9.2 to 3.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stanislav-tkach/os_info/releases">os_info's releases</a>.</em></p> <blockquote> <h2>os_info 3.10.0</h2> <ul> <li>Bluefin Linux support has been added. (<a href="https://redirect.github.com/stanislav-tkach/os_info/issues/394">#394</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stanislav-tkach/os_info/blob/master/CHANGELOG.md">os_info's changelog</a>.</em></p> <blockquote> <h2>[3.10.0] (2025-02-09)</h2> <ul> <li>Bluefin Linux support has been added. (<a href="https://redirect.github.com/stanislav-tkach/os_info/issues/394">#394</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="0554ec580d"><code>0554ec5</code></a> Merge pull request <a href="https://redirect.github.com/stanislav-tkach/os_info/issues/396">#396</a> from stanislav-tkach/release-3-10-0</li> <li><a href="9a0980c375"><code>9a0980c</code></a> Fix markdown indent</li> <li><a href="d189e7de3f"><code>d189e7d</code></a> Release the 3.10.0 version</li> <li><a href="6d7ea4f231"><code>6d7ea4f</code></a> Merge pull request <a href="https://redirect.github.com/stanislav-tkach/os_info/issues/395">#395</a> from stanislav-tkach/fix-spellcheck</li> <li><a href="e81339bd5d"><code>e81339b</code></a> Fix spellcheck</li> <li><a href="9c6d24ead9"><code>9c6d24e</code></a> Merge pull request <a href="https://redirect.github.com/stanislav-tkach/os_info/issues/394">#394</a> from sargunv/feature/add-bluefin-support</li> <li><a href="a41a664650"><code>a41a664</code></a> feat: Add support for Bluefin Linux</li> <li>See full diff in <a href="https://github.com/stanislav-tkach/os_info/compare/v3.9.2...v3.10.0">compare view</a></li> </ul> </details> <br /> [](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
6
rust/Cargo.lock
generated
6
rust/Cargo.lock
generated
@@ -3535,7 +3535,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]]
|
||||
@@ -4428,9 +4428,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",
|
||||
|
||||
Reference in New Issue
Block a user