[PR #349] [MERGED] chore(deps): bump os_info from 3.5.1 to 3.6.0 #877

Closed
opened 2026-01-05 14:53:16 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/349
Author: @dependabot[bot]
Created: 2/6/2023
Status: Merged
Merged: 2/6/2023
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/os_info-3.6.0


📝 Commits (1)

  • 7260655 chore(deps): bump os_info from 3.5.1 to 3.6.0

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 komorebi/Cargo.toml (+1 -1)

📄 Description

Bumps os_info from 3.5.1 to 3.6.0.

Release notes

Sourced from os_info's releases.

os_info 3.6.0

  • OpenCloudOS support has been added. (#328)

  • openEuler support has been added. (#328)

  • Arch Linux ARM and Debian ARM detection has been improved. (#331)

Changelog

Sourced from os_info's changelog.

[3.6.0] (2023-01-30)

  • OpenCloudOS support has been added. (#328)

  • openEuler support has been added. (#328)

  • Arch Linux ARM and Debian ARM detection has been improved. (#331)

Commits
  • 7011ce4 Merge pull request #332 from stanislav-tkach/release-3-6-0
  • 5377003 More fixes
  • 7fc22cb Fix clippy warnings
  • b377859 Release the 3.6.0 version
  • b12491e Merge pull request #331 from meop/master
  • 3416fb4 add os-release match for Arch and Debian ARM
  • 4e1cf37 Merge pull request #330 from stanislav-tkach/fix-fmt-and-spellcheck
  • c8f05e2 Fix formattin and add new words to the spellchecker dictionary
  • 5e42e34 Merge pull request #328 from leavelet/master
  • eb9977d Add openEuler and OpenCloudOS tests
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/349 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/6/2023 **Status:** ✅ Merged **Merged:** 2/6/2023 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/os_info-3.6.0` --- ### 📝 Commits (1) - [`7260655`](https://github.com/LGUG2Z/komorebi/commit/726065515d80b523e9b38d0820924ad22b38ed20) chore(deps): bump os_info from 3.5.1 to 3.6.0 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `komorebi/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.5.1 to 3.6.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.6.0</h2> <ul> <li> <p>OpenCloudOS support has been added. (<a href="https://github-redirect.dependabot.com/stanislav-tkach/os_info/issues/328">#328</a>)</p> </li> <li> <p>openEuler support has been added. (<a href="https://github-redirect.dependabot.com/stanislav-tkach/os_info/issues/328">#328</a>)</p> </li> <li> <p>Arch Linux ARM and Debian ARM detection has been improved. (<a href="https://github-redirect.dependabot.com/stanislav-tkach/os_info/issues/331">#331</a>)</p> </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.6.0] (2023-01-30)</h2> <ul> <li> <p>OpenCloudOS support has been added. (<a href="https://github-redirect.dependabot.com/stanislav-tkach/os_info/issues/328">#328</a>)</p> </li> <li> <p>openEuler support has been added. (<a href="https://github-redirect.dependabot.com/stanislav-tkach/os_info/issues/328">#328</a>)</p> </li> <li> <p>Arch Linux ARM and Debian ARM detection has been improved. (<a href="https://github-redirect.dependabot.com/stanislav-tkach/os_info/issues/331">#331</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stanislav-tkach/os_info/commit/7011ce412b21dbc8a0315bcaa19efca386af7ebc"><code>7011ce4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/stanislav-tkach/os_info/issues/332">#332</a> from stanislav-tkach/release-3-6-0</li> <li><a href="https://github.com/stanislav-tkach/os_info/commit/5377003725784cd6eaf5e437d322bac8c4fb2849"><code>5377003</code></a> More fixes</li> <li><a href="https://github.com/stanislav-tkach/os_info/commit/7fc22cbdc2872bcbf9a243e247d8dab8c3e079fd"><code>7fc22cb</code></a> Fix clippy warnings</li> <li><a href="https://github.com/stanislav-tkach/os_info/commit/b377859088611f621b1eccdaf41ce0d93008bae4"><code>b377859</code></a> Release the 3.6.0 version</li> <li><a href="https://github.com/stanislav-tkach/os_info/commit/b12491ec23b44664e08716b6c1cc9b848b0a6a0b"><code>b12491e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/stanislav-tkach/os_info/issues/331">#331</a> from meop/master</li> <li><a href="https://github.com/stanislav-tkach/os_info/commit/3416fb4914f029589303201c57cd667e95a7574e"><code>3416fb4</code></a> add os-release match for Arch and Debian ARM</li> <li><a href="https://github.com/stanislav-tkach/os_info/commit/4e1cf372119eb6c63ed4149bd50ff6348772db8f"><code>4e1cf37</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/stanislav-tkach/os_info/issues/330">#330</a> from stanislav-tkach/fix-fmt-and-spellcheck</li> <li><a href="https://github.com/stanislav-tkach/os_info/commit/c8f05e2eeea22b4225346807b1c01cf965bc702d"><code>c8f05e2</code></a> Fix formattin and add new words to the spellchecker dictionary</li> <li><a href="https://github.com/stanislav-tkach/os_info/commit/5e42e345dcdb1a173336a111f74c92c1b317b3c2"><code>5e42e34</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/stanislav-tkach/os_info/issues/328">#328</a> from leavelet/master</li> <li><a href="https://github.com/stanislav-tkach/os_info/commit/eb9977d9e5ccc870669bec99ca3954dcfc42209e"><code>eb9977d</code></a> Add openEuler and OpenCloudOS tests</li> <li>Additional commits viewable in <a href="https://github.com/stanislav-tkach/os_info/compare/v3.5.1...v3.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=os_info&package-manager=cargo&previous-version=3.5.1&new-version=3.6.0)](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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:53:16 +01:00
adam closed this issue 2026-01-05 14:53:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#877