[PR #3054] [MERGED] build(deps): bump cfg-if from 1.0.0 to 1.0.1 #3524

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

📋 Pull Request Information

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

Base: mainHead: dependabot/cargo/cfg-if-1.0.1


📝 Commits (1)

  • e6e8175 build(deps): bump cfg-if from 1.0.0 to 1.0.1

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps cfg-if from 1.0.0 to 1.0.1.

Release notes

Sourced from cfg-if's releases.

v1.0.1

Other

  • Remove compiler-builtins from rustc-dep-of-std dependencies
  • Remove redundant configuration from Cargo.toml
  • More readable formatting and identifier names. (#39)
  • Add expanded example to readme (#38)
Changelog

Sourced from cfg-if's changelog.

1.0.1 - 2025-06-09

Other

  • Remove compiler-builtins from rustc-dep-of-std dependencies
  • Remove redundant configuration from Cargo.toml
  • More readable formatting and identifier names. (#39)
  • Add expanded example to readme (#38)
Commits
  • dbfd663 chore: release v1.0.1
  • 1cc10c7 Remove compiler-builtins from rustc-dep-of-std dependencies
  • 0314c2b ci: Fix the release job branch
  • ee3062f Remove redundant configuration from Cargo.toml
  • 3e3936e cleanup: Remove trailing whitespace
  • 0f01eff ci: Add a release job
  • 4edf327 Merge pull request #83 from rust-lang/dependabot/github_actions/actions/check...
  • d16050a Bump actions/checkout from 4.2.1 to 4.2.2
  • b01c675 Merge pull request #82 from rust-lang/dependabot/github_actions/actions/check...
  • fdd1c00 Bump actions/checkout from 4.2.0 to 4.2.1
  • 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 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/3054 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/16/2025 **Status:** ✅ Merged **Merged:** 6/16/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `dependabot/cargo/cfg-if-1.0.1` --- ### 📝 Commits (1) - [`e6e8175`](https://github.com/hickory-dns/hickory-dns/commit/e6e81758cea988bb80a803646851392fad37d547) build(deps): bump cfg-if from 1.0.0 to 1.0.1 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description Bumps [cfg-if](https://github.com/rust-lang/cfg-if) from 1.0.0 to 1.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/cfg-if/releases">cfg-if's releases</a>.</em></p> <blockquote> <h2>v1.0.1</h2> <h3>Other</h3> <ul> <li>Remove <code>compiler-builtins</code> from <code>rustc-dep-of-std</code> dependencies</li> <li>Remove redundant configuration from Cargo.toml</li> <li>More readable formatting and identifier names. (<a href="https://redirect.github.com/rust-lang/cfg-if/pull/39">#39</a>)</li> <li>Add expanded example to readme (<a href="https://redirect.github.com/rust-lang/cfg-if/pull/38">#38</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/cfg-if/blob/main/CHANGELOG.md">cfg-if's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/cfg-if/compare/v1.0.0...v1.0.1">1.0.1</a> - 2025-06-09</h2> <h3>Other</h3> <ul> <li>Remove <code>compiler-builtins</code> from <code>rustc-dep-of-std</code> dependencies</li> <li>Remove redundant configuration from Cargo.toml</li> <li>More readable formatting and identifier names. (<a href="https://redirect.github.com/rust-lang/cfg-if/pull/39">#39</a>)</li> <li>Add expanded example to readme (<a href="https://redirect.github.com/rust-lang/cfg-if/pull/38">#38</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/cfg-if/commit/dbfd66354537a7d47d84c95ea28b9a6f169ba9d1"><code>dbfd663</code></a> chore: release v1.0.1</li> <li><a href="https://github.com/rust-lang/cfg-if/commit/1cc10c7d5d298dd9e1a05cd7f66ed80be783583c"><code>1cc10c7</code></a> Remove <code>compiler-builtins</code> from <code>rustc-dep-of-std</code> dependencies</li> <li><a href="https://github.com/rust-lang/cfg-if/commit/0314c2ba7734bb1435f07e85548919bb0e5cbe8a"><code>0314c2b</code></a> ci: Fix the release job branch</li> <li><a href="https://github.com/rust-lang/cfg-if/commit/ee3062fbfb5086e7c93b32e8f7f42fc3fb3ad3ce"><code>ee3062f</code></a> Remove redundant configuration from Cargo.toml</li> <li><a href="https://github.com/rust-lang/cfg-if/commit/3e3936e23c9307efd963388ad04db8ec7d9cc987"><code>3e3936e</code></a> cleanup: Remove trailing whitespace</li> <li><a href="https://github.com/rust-lang/cfg-if/commit/0f01eff5dfc93f69bf9f4624bf183a4d16f3be67"><code>0f01eff</code></a> ci: Add a release job</li> <li><a href="https://github.com/rust-lang/cfg-if/commit/4edf32745bf5039868f1f258f7fa94603eec5cf5"><code>4edf327</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/cfg-if/issues/83">#83</a> from rust-lang/dependabot/github_actions/actions/check...</li> <li><a href="https://github.com/rust-lang/cfg-if/commit/d16050aa71b46b8208b668d99a1cf198fc335a6f"><code>d16050a</code></a> Bump actions/checkout from 4.2.1 to 4.2.2</li> <li><a href="https://github.com/rust-lang/cfg-if/commit/b01c6753757b3caf1fb7f5c926e20272e4661108"><code>b01c675</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/cfg-if/issues/82">#82</a> from rust-lang/dependabot/github_actions/actions/check...</li> <li><a href="https://github.com/rust-lang/cfg-if/commit/fdd1c007396c8af42786d7b099c4e0d5f6994963"><code>fdd1c00</code></a> Bump actions/checkout from 4.2.0 to 4.2.1</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/cfg-if/compare/1.0.0...v1.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cfg-if&package-manager=cargo&previous-version=1.0.0&new-version=1.0.1)](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:48:15 +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#3524
No description provided.