[PR #820] [MERGED] Bump chrono from 0.4.6 to 0.4.7 #1715

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/820
Author: @dependabot-preview[bot]
Created: 7/1/2019
Status: Merged
Merged: 7/2/2019
Merged by: @bluejekyll

Base: masterHead: dependabot/cargo/chrono-0.4.7


📝 Commits (2)

  • f55abff Bump chrono from 0.4.6 to 0.4.7
  • c0bd153 Merge branch 'master' into dependabot/cargo/chrono-0.4.7

📊 Changes

1 file changed (+8 additions, -7 deletions)

View changed files

📝 Cargo.lock (+8 -7)

📄 Description

Bumps chrono from 0.4.6 to 0.4.7.

Changelog

Sourced from chrono's changelog.

0.4.7

Fixes

  • Disable libc default features so that CI continues to work on rust 1.13
  • Fix panic on negative inputs to timestamp_millis (@​cmars #292)
  • Make LocalResult Copy/Eq/Hash

Features

  • Add std::convert::From conversions between the different timezone formats
    (@​mqudsi #271)
  • Add timestamp_nanos methods (@​jean-airoldie #308)
  • Documentation improvements
Commits
  • d8c68f6 Bump Chrono version to 0.4.7
  • 403af6b Change README chrono version links to just 0.4
  • 579679b Add changelog entry for 0.4.7
  • 96c451e Merge pull request #316 from GuillaumeGomez/doc-test
  • b700337 Add doc-comment to test README examples and fix README examples
  • 1407309 Merge pull request #313 from kennytm/inline-fixed-offset-getters
  • 20a0ab7 Mark FixedOffset::{local_minus_utc, utc_minus_local} as #[inline].
  • 7bc2cd8 Merge pull request #312 from kennytm/derive-for-local-result
  • d3dc9c0 derive {Copy, Eq, Hash} for LocalResult.
  • bcdc66a Merge pull request #271 from mqudsi/offset_convert
  • 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). To ignore the version in this PR you can just close it
  • @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/820 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/1/2019 **Status:** ✅ Merged **Merged:** 7/2/2019 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `dependabot/cargo/chrono-0.4.7` --- ### 📝 Commits (2) - [`f55abff`](https://github.com/hickory-dns/hickory-dns/commit/f55abff38b744694d687b0545d8c1cef0ab2ff6e) Bump chrono from 0.4.6 to 0.4.7 - [`c0bd153`](https://github.com/hickory-dns/hickory-dns/commit/c0bd1535fb9f699cb2e28166537eb5fae24acec9) Merge branch 'master' into dependabot/cargo/chrono-0.4.7 ### 📊 Changes **1 file changed** (+8 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+8 -7) </details> ### 📄 Description Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.6 to 0.4.7. <details> <summary>Changelog</summary> *Sourced from [chrono's changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md).* > ## 0.4.7 > > ### Fixes > > * Disable libc default features so that CI continues to work on rust 1.13 > * Fix panic on negative inputs to timestamp_millis ([@&#8203;cmars](https://github.com/cmars) [#292](https://github-redirect.dependabot.com/chronotope/chrono/issues/292)) > * Make `LocalResult` `Copy/Eq/Hash` > > ### Features > > * Add `std::convert::From` conversions between the different timezone formats > ([@&#8203;mqudsi](https://github.com/mqudsi) [#271](https://github-redirect.dependabot.com/chronotope/chrono/issues/271)) > * Add `timestamp_nanos` methods ([@&#8203;jean](https://github.com/jean)-airoldie [#308](https://github-redirect.dependabot.com/chronotope/chrono/issues/308)) > * Documentation improvements </details> <details> <summary>Commits</summary> - [`d8c68f6`](https://github.com/chronotope/chrono/commit/d8c68f6bd095e3db295d63439f2527f2b74de956) Bump Chrono version to 0.4.7 - [`403af6b`](https://github.com/chronotope/chrono/commit/403af6b29839675b92c9be25d0443cd89220120f) Change README chrono version links to just 0.4 - [`579679b`](https://github.com/chronotope/chrono/commit/579679b9c3afc06929337f522dcb4d9f38dbc7dd) Add changelog entry for 0.4.7 - [`96c451e`](https://github.com/chronotope/chrono/commit/96c451ec20f045eebcfb05dd770bd265cdd01c0e) Merge pull request [#316](https://github-redirect.dependabot.com/chronotope/chrono/issues/316) from GuillaumeGomez/doc-test - [`b700337`](https://github.com/chronotope/chrono/commit/b7003373f2b80072f3bd476b16fd28abc4c2dc54) Add doc-comment to test README examples and fix README examples - [`1407309`](https://github.com/chronotope/chrono/commit/1407309b877b201ff79c016d1d1b1c261c02c386) Merge pull request [#313](https://github-redirect.dependabot.com/chronotope/chrono/issues/313) from kennytm/inline-fixed-offset-getters - [`20a0ab7`](https://github.com/chronotope/chrono/commit/20a0ab7a47f75053b6aeb4b940c8f536a9d70b8a) Mark `FixedOffset::{local_minus_utc, utc_minus_local}` as `#[inline]`. - [`7bc2cd8`](https://github.com/chronotope/chrono/commit/7bc2cd8641373ca398c7745cb55254ee978c7ab2) Merge pull request [#312](https://github-redirect.dependabot.com/chronotope/chrono/issues/312) from kennytm/derive-for-local-result - [`d3dc9c0`](https://github.com/chronotope/chrono/commit/d3dc9c0e10ca07649f983914ff329617898ec5f0) derive {Copy, Eq, Hash} for LocalResult. - [`bcdc66a`](https://github.com/chronotope/chrono/commit/bcdc66a4f8a573f06479e094383ea69edbc223d2) Merge pull request [#271](https://github-redirect.dependabot.com/chronotope/chrono/issues/271) from mqudsi/offset_convert - Additional commits viewable in [compare view](https://github.com/chronotope/chrono/compare/v0.4.6...v0.4.7) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=chrono&package-manager=cargo&previous-version=0.4.6&new-version=0.4.7)](https://dependabot.com/compatibility-score.html?dependency-name=chrono&package-manager=cargo&previous-version=0.4.6&new-version=0.4.7) 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). To ignore the version in this PR you can just close it - `@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:21:24 +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#1715
No description provided.