[PR #2881] [MERGED] build(deps): bump cargo-bins/cargo-binstall from 1.12.1 to 1.12.2 #3398

Closed
opened 2026-03-16 11:41:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2881
Author: @dependabot[bot]
Created: 3/24/2025
Status: Merged
Merged: 3/24/2025
Merged by: @djc

Base: mainHead: dependabot/github_actions/cargo-bins/cargo-binstall-1.12.2


📝 Commits (1)

  • 1fa4d22 build(deps): bump cargo-bins/cargo-binstall from 1.12.1 to 1.12.2

📊 Changes

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

View changed files

📝 .github/workflows/publish.yml (+1 -1)
📝 .github/workflows/test.yml (+4 -4)

📄 Description

Bumps cargo-bins/cargo-binstall from 1.12.1 to 1.12.2.

Release notes

Sourced from cargo-bins/cargo-binstall's releases.

v1.12.2

Binstall is a tool to fetch and install Rust-based executables as binaries. It aims to be a drop-in replacement for cargo install in most cases. Install it today with cargo install cargo-binstall, from the binaries below, or if you already have it, upgrade with cargo binstall cargo-binstall.

In this release:

  • Fix file locking of manifest storing installed packages (#2090 #2091)
  • Fix compilation error due to new version of h3-quinn (#2089 #2096)

Other changes:

  • Upgrade dependencies (#2096 #2097)
  • Fix clippy warnings (#2098)
  • Do not pull in zlib-ng for gix (#2099)
Commits
  • b9bf440 release: cargo-binstall v1.12.2 (#2101)
  • 08cf94c chore: release (#2095)
  • 88fd813 Use zlib-rs for gitoxide and avoid pulling in zlib-ng (#2099)
  • 028b24d Fix clippy warnings for detect-targets and binstalk-downloader (#2098)
  • bb0d6c1 build(deps): bump windows from 0.60.0 to 0.61.1 in the deps group across 1 di...
  • ce998d1 dep: Bump hickory-resolver to 0.25.1 (#2096)
  • d8ecdca fix: actually check if lock was acquired (#2091)
  • 7790943 build(deps): bump tj-actions/changed-files from 0fee5fb278312d962ff465bb38dc4...
  • 2a0dbc2 build(deps): bump tj-actions/changed-files from 531f5f7d163941f0c1c04e0ff4d8b...
  • e24cc40 build(deps): bump tj-actions/changed-files from 9200e69727eb73eb060652b19946b...
  • See full diff 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 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)

🔄 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/hickory-dns/hickory-dns/pull/2881 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/24/2025 **Status:** ✅ Merged **Merged:** 3/24/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `dependabot/github_actions/cargo-bins/cargo-binstall-1.12.2` --- ### 📝 Commits (1) - [`1fa4d22`](https://github.com/hickory-dns/hickory-dns/commit/1fa4d22ccc1a2f5297f353dd9214a0266d1f4c7f) build(deps): bump cargo-bins/cargo-binstall from 1.12.1 to 1.12.2 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/publish.yml` (+1 -1) 📝 `.github/workflows/test.yml` (+4 -4) </details> ### 📄 Description Bumps [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall) from 1.12.1 to 1.12.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cargo-bins/cargo-binstall/releases">cargo-bins/cargo-binstall's releases</a>.</em></p> <blockquote> <h2>v1.12.2</h2> <p><em>Binstall is a tool to fetch and install Rust-based executables as binaries. It aims to be a drop-in replacement for <code>cargo install</code> in most cases. Install it today with <code>cargo install cargo-binstall</code>, from the binaries below, or if you already have it, upgrade with <code>cargo binstall cargo-binstall</code>.</em></p> <h4>In this release:</h4> <ul> <li>Fix file locking of manifest storing installed packages (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2090">#2090</a> <a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2091">#2091</a>)</li> <li>Fix compilation error due to new version of h3-quinn (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2089">#2089</a> <a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2096">#2096</a>)</li> </ul> <h4>Other changes:</h4> <ul> <li>Upgrade dependencies (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2096">#2096</a> <a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2097">#2097</a>)</li> <li>Fix clippy warnings (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2098">#2098</a>)</li> <li>Do not pull in zlib-ng for gix (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2099">#2099</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/b9bf4400702f721d469eec4d280125f650c85638"><code>b9bf440</code></a> release: cargo-binstall v1.12.2 (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2101">#2101</a>)</li> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/08cf94c5bf37872cae7005e5537458ed851877c7"><code>08cf94c</code></a> chore: release (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2095">#2095</a>)</li> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/88fd813c05a5480d23b406f4d097cdb5d71765ec"><code>88fd813</code></a> Use zlib-rs for gitoxide and avoid pulling in zlib-ng (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2099">#2099</a>)</li> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/028b24de4db4d6a1ada0e4424aefa63f84af59f1"><code>028b24d</code></a> Fix clippy warnings for detect-targets and binstalk-downloader (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2098">#2098</a>)</li> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/bb0d6c1f9cc0f6f842030f15c0e85a6bdbd493a4"><code>bb0d6c1</code></a> build(deps): bump windows from 0.60.0 to 0.61.1 in the deps group across 1 di...</li> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/ce998d1af4a4c08f4105742630eb1bc8a7257466"><code>ce998d1</code></a> dep: Bump hickory-resolver to 0.25.1 (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2096">#2096</a>)</li> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/d8ecdcaeec5c63f45d9087df820967486a5ede64"><code>d8ecdca</code></a> fix: actually check if lock was acquired (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2091">#2091</a>)</li> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/779094319006f777856bc3abc0b752527ffd7572"><code>7790943</code></a> build(deps): bump tj-actions/changed-files from 0fee5fb278312d962ff465bb38dc4...</li> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/2a0dbc27d2f6a9ac9ba2c0e797f0bb5230cb4859"><code>2a0dbc2</code></a> build(deps): bump tj-actions/changed-files from 531f5f7d163941f0c1c04e0ff4d8b...</li> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/e24cc406c62635d312fd06da54c3ea704f497683"><code>e24cc40</code></a> build(deps): bump tj-actions/changed-files from 9200e69727eb73eb060652b19946b...</li> <li>See full diff in <a href="https://github.com/cargo-bins/cargo-binstall/compare/v1.12.1...v1.12.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cargo-bins/cargo-binstall&package-manager=github_actions&previous-version=1.12.1&new-version=1.12.2)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:41:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#3398
No description provided.