[PR #856] [CLOSED] Bump lazy_static from 1.3.0 to 1.4.0 #1742

Closed
opened 2026-03-16 02:23:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/856
Author: @dependabot-preview[bot]
Created: 8/26/2019
Status: Closed

Base: masterHead: dependabot/cargo/lazy_static-1.4.0


📝 Commits (1)

  • d695e7f Bump lazy_static from 1.3.0 to 1.4.0

📊 Changes

6 files changed (+22 additions, -22 deletions)

View changed files

📝 Cargo.lock (+17 -17)
📝 crates/client/Cargo.toml (+1 -1)
📝 crates/proto/Cargo.toml (+1 -1)
📝 crates/resolver/Cargo.toml (+1 -1)
📝 crates/server/Cargo.toml (+1 -1)
📝 tests/integration-tests/Cargo.toml (+1 -1)

📄 Description

Bumps lazy_static from 1.3.0 to 1.4.0.

Release notes

Sourced from lazy_static's releases.

1.4.0

Bumps the minimum supported version of rustc to 1.27.2

Commits
  • 4216696 Merge pull request #156 from rust-lang-nursery/cargo/1.4.0
  • 1651fde prepare for 1.4.0 release
  • d9c9689 Merge pull request #155 from matklad/hints
  • d59c784 adjust FIXME comment
  • 90baadd comment typo
  • 42fa58e bump MSRV to 1.27.2
  • 8a5f404 Merge pull request #152 from Schaeff/allow-deprecated
  • 1dbd5ae allow deprecated to remove warning in nightly
  • 65d58f1 Merge pull request #145 from GuillaumeGomez/doc-tests
  • e519fd4 Automatically check if README.md examples are working when running "cargo test"
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 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/856 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 8/26/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/lazy_static-1.4.0` --- ### 📝 Commits (1) - [`d695e7f`](https://github.com/hickory-dns/hickory-dns/commit/d695e7f54ad35ffd2d76a50bce7235952132bf8f) Bump lazy_static from 1.3.0 to 1.4.0 ### 📊 Changes **6 files changed** (+22 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+17 -17) 📝 `crates/client/Cargo.toml` (+1 -1) 📝 `crates/proto/Cargo.toml` (+1 -1) 📝 `crates/resolver/Cargo.toml` (+1 -1) 📝 `crates/server/Cargo.toml` (+1 -1) 📝 `tests/integration-tests/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) from 1.3.0 to 1.4.0. <details> <summary>Release notes</summary> *Sourced from [lazy_static's releases](https://github.com/rust-lang-nursery/lazy-static.rs/releases).* > ## 1.4.0 > **Bumps the minimum supported version of `rustc` to `1.27.2`** > > - [Fix typo in lib.rs](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/pull/144) (thanks [@&#8203;fbruetting](https://github.com/fbruetting)) > - [Automatically check if README.md examples are working when running "cargo test"](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/pull/145) (thanks [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez)) > - [Allow deprecated to remove warnings in nightly](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/pull/152) (thanks [@&#8203;Schaeff](https://github.com/Schaeff)) > - [bump MSRV to 1.27.2](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/pull/155) (thanks [@&#8203;matklad](https://github.com/matklad)) </details> <details> <summary>Commits</summary> - [`4216696`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/421669662b35fcb455f2902daed2e20bbbba79b6) Merge pull request [#156](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/issues/156) from rust-lang-nursery/cargo/1.4.0 - [`1651fde`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/1651fdeee80dcbedb3c2156dec176a9f260cda67) prepare for 1.4.0 release - [`d9c9689`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/d9c96890dae49663c8517f877631b6473b46ed0a) Merge pull request [#155](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/issues/155) from matklad/hints - [`d59c784`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/d59c7848d445c100e1dac609b1e0bad3ddebacec) adjust FIXME comment - [`90baadd`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/90baaddd6152b0aa6a90230c67c180f8b1551bd8) comment typo - [`42fa58e`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/42fa58ea687f6da097b192d0f9bbdc9fedc1a38a) bump MSRV to 1.27.2 - [`8a5f404`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/8a5f404fc86585bcf9dcc756c401a49c4a8bf2c2) Merge pull request [#152](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/issues/152) from Schaeff/allow-deprecated - [`1dbd5ae`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/1dbd5ae6ccb33c1f88fe521c9ab1f8f0e4cf5193) allow deprecated to remove warning in nightly - [`65d58f1`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/65d58f1a6051551375c3fb47920f37775062c7ff) Merge pull request [#145](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/issues/145) from GuillaumeGomez/doc-tests - [`e519fd4`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/e519fd42c387957dc8af0606485b811fff7a7078) Automatically check if README.md examples are working when running "cargo test" - Additional commits viewable in [compare view](https://github.com/rust-lang-nursery/lazy-static.rs/compare/1.3.0...1.4.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=lazy_static&package-manager=cargo&previous-version=1.3.0&new-version=1.4.0)](https://dependabot.com/compatibility-score.html?dependency-name=lazy_static&package-manager=cargo&previous-version=1.3.0&new-version=1.4.0) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:23:02 +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#1742
No description provided.