[PR #2837] [MERGED] build(deps): bump cargo-bins/cargo-binstall from 1.11.2 to 1.12.0 #3359

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 6b60821 build(deps): bump cargo-bins/cargo-binstall from 1.11.2 to 1.12.0

📊 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.11.2 to 1.12.0.

Release notes

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

v1.12.0

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 automatic musl target fallback for android and alpine (#2076)
  • feat: Use CARGO_BUILD_TARGET as fallback for --target if it is not specified (#2075)

Other changes:

  • Use rust implementation of bzip (#2071)
  • Upgrade dependencies (#2072 #2077)
Commits

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/2837 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/10/2025 **Status:** ✅ Merged **Merged:** 3/10/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `dependabot/github_actions/cargo-bins/cargo-binstall-1.12.0` --- ### 📝 Commits (1) - [`6b60821`](https://github.com/hickory-dns/hickory-dns/commit/6b608218320521e2955c43e09cc8cfa79ee0713a) build(deps): bump cargo-bins/cargo-binstall from 1.11.2 to 1.12.0 ### 📊 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.11.2 to 1.12.0. <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.0</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 automatic musl target fallback for android and alpine (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2076">#2076</a>)</li> <li>feat: Use CARGO_BUILD_TARGET as fallback for <code>--target</code> if it is not specified (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2075">#2075</a>)</li> </ul> <h4>Other changes:</h4> <ul> <li>Use rust implementation of bzip (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2071">#2071</a>)</li> <li>Upgrade dependencies (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2072">#2072</a> <a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2077">#2077</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/acd08f184561622f67f0e4406a62a10f656777a9"><code>acd08f1</code></a> release: cargo-binstall v1.12.0 (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2078">#2078</a>)</li> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/b243c176fed21bae9ee5883deae97b7f500e5ae2"><code>b243c17</code></a> chore: release (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2073">#2073</a>)</li> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/268efdf6e6798babb48fd1d6cc91319274ec58f9"><code>268efdf</code></a> feat: Use <code>CARGO_BUILD_TARGET</code> as fallback for <code>--target</code> (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2075">#2075</a>)</li> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/451450603f2526aaeefb8e4d2d17dad2841b52be"><code>4514506</code></a> dep: Upgrade transitive dependencies (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2077">#2077</a>)</li> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/92973c13924b82e74473bdcee16ce788f4cd3c9b"><code>92973c1</code></a> Fix detect-targets musl fallback for android and alpine (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2076">#2076</a>)</li> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/a8daf8eb3b89856b98170d0d6a03f75cd28fa4f3"><code>a8daf8e</code></a> Use bzip2/libbz2-rs-sys (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2071">#2071</a>)</li> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/d9da8aaba487ec2e2b43a26f7d324d84ca92764a"><code>d9da8aa</code></a> build(deps): bump the deps group with 3 updates (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2072">#2072</a>)</li> <li><a href="https://github.com/cargo-bins/cargo-binstall/commit/7c38109b23696143172d290582057fde456d647c"><code>7c38109</code></a> Simplify release-pr.yml (<a href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2070">#2070</a>)</li> <li>See full diff in <a href="https://github.com/cargo-bins/cargo-binstall/compare/v1.11.2...v1.12.0">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.11.2&new-version=1.12.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 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:39:17 +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#3359
No description provided.