[PR #704] [CLOSED] Bump lazy_static from 1.2.0 to 1.3.0 #1620

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/704
Author: @dependabot-preview[bot]
Created: 3/4/2019
Status: Closed

Base: masterHead: dependabot/cargo/lazy_static-1.3.0


📝 Commits (1)

  • 943a5be Bump lazy_static from 1.2.0 to 1.3.0

📊 Changes

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

View changed files

📝 Cargo.lock (+16 -16)
📝 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.2.0 to 1.3.0.

Release notes

Sourced from lazy_static's releases.

1.3.0

Commits
  • 03f6291 Merge pull request #143 from KodrAus/cargo/1.3.0
  • bc5588b fix up a failing doc test
  • 6bbad42 prepare for 1.3.0 release
  • efa9d44 Merge pull request #142 from vlvrd/master
  • f5991c9 Fix Travis CI Build Status badge
  • 667ac26 Merge pull request #140 from Dentosal/master
  • 760f5b5 Update spin to 0.5.0
  • 7765cf3 Merge pull request #139 from KodrAus/chore/remove-nightly-doc
  • 5f25562 remove reference to the nightly feature from crate docs
  • 62b88d8 Merge pull request #138 from sameer/nonightlyfeature
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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/704 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/4/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/lazy_static-1.3.0` --- ### 📝 Commits (1) - [`943a5be`](https://github.com/hickory-dns/hickory-dns/commit/943a5bede6b86427689720ca71cb1800ce473e7c) Bump lazy_static from 1.2.0 to 1.3.0 ### 📊 Changes **6 files changed** (+21 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+16 -16) 📝 `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.2.0 to 1.3.0. <details> <summary>Release notes</summary> *Sourced from [lazy_static's releases](https://github.com/rust-lang-nursery/lazy-static.rs/releases).* > ## 1.3.0 > - [Remove reference to the nightly feature from crate docs](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/pull/139) > - [Update spin to 0.5.0](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/pull/140) (thanks [@&#8203;Dentosal](https://github.com/Dentosal)) > - [Fix Travis CI Build Status badge](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/pull/142) (thanks [@&#8203;vlvrd](https://github.com/vlvrd)) </details> <details> <summary>Commits</summary> - [`03f6291`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/03f62910a94886987cdb686c7509bbdc846481e3) Merge pull request [#143](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/issues/143) from KodrAus/cargo/1.3.0 - [`bc5588b`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/bc5588b2a1ce1f91d09458187dba097889e772d3) fix up a failing doc test - [`6bbad42`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/6bbad421dc0412f3147827dd00b8974c54ce38ba) prepare for 1.3.0 release - [`efa9d44`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/efa9d44fd5785e0ba7659d32422d65007adae0d6) Merge pull request [#142](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/issues/142) from vlvrd/master - [`f5991c9`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/f5991c91c7fe9d8c2901a1c4fabe6a47cd0d3ae7) Fix Travis CI Build Status badge - [`667ac26`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/667ac26c7210d76f02029b1b500c428bf4e6c0b1) Merge pull request [#140](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/issues/140) from Dentosal/master - [`760f5b5`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/760f5b5bd22e3429e2d0db6060f91e5a4d1a6beb) Update spin to 0.5.0 - [`7765cf3`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/7765cf33b8fe86e6b6b9138158e410cd6c861716) Merge pull request [#139](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/issues/139) from KodrAus/chore/remove-nightly-doc - [`5f25562`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/5f2556257358cbcc568303f40c537790b95b94c8) remove reference to the nightly feature from crate docs - [`62b88d8`](https://github.com/rust-lang-nursery/lazy-static.rs/commit/62b88d88473bf064a06a9a9bead12cc2cb46ccb1) Merge pull request [#138](https://github-redirect.dependabot.com/rust-lang-nursery/lazy-static.rs/issues/138) from sameer/nonightlyfeature - Additional commits viewable in [compare view](https://github.com/rust-lang-nursery/lazy-static.rs/compare/1.2.0...1.3.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=lazy_static&package-manager=cargo&previous-version=1.2.0&new-version=1.3.0)](https://dependabot.com/compatibility-score.html?dependency-name=lazy_static&package-manager=cargo&previous-version=1.2.0&new-version=1.3.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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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:16: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#1620
No description provided.