[PR #390] [CLOSED] Bump chrono from 0.4.1 to 0.4.2 #1402

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/390
Author: @dependabot-preview[bot]
Created: 4/9/2018
Status: Closed

Base: masterHead: dependabot/cargo/chrono-0.4.2


📝 Commits (2)

  • ece68ca Bump chrono from 0.4.1 to 0.4.2
  • 887b59e Merge branch 'master' into dependabot/cargo/chrono-0.4.2

📊 Changes

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

View changed files

📝 Cargo.lock (+7 -7)

📄 Description

Bumps chrono from 0.4.1 to 0.4.2.

Changelog

Sourced from chrono's changelog.

0.4.2

Deprecations

  • More strongly deprecate RustcSerialize: remove it from documentation unless
    the feature is enabled, issue a deprecation warning if the rustc-serialize
    feature is enabled (quodlibetor #174)

Features

  • Move all uses of the system clock behind a clock feature, for use in
    environments where we don't have access to the current time. (jethrogb #236)
  • Implement subtraction of two Dates, Times, or DateTimes, returning a
    Duration (tobz1000 #237)
Commits
  • 97dbfd0 Bump version for 0.4.2 release
  • 1c4fc66 Update changelog
  • ebd16f4 Merge pull request #237 from tobz1000/datetime-diff-sub
  • 73ba5d7 Merge pull request #236 from jethrogb/feature_clock
  • 19466e6 Move SubAssign<OldDuration> next to Sub<OldDuration`
  • d9a50cb Documentation
  • a9618c8 Merge branch 'master' into feature_clock
  • a060684 Merge pull request #174 from quodlibetor/deprecated-warnings-for-rustc_serialize
  • 964d0a2 Merge pull request #234 from skierpage/patch-1
  • d5d5fd9 impl Sub for for Date/Time types
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot ignore this [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 [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

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)
  • Out-of-range updates (receive only lockfile 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/390 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/9/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/chrono-0.4.2` --- ### 📝 Commits (2) - [`ece68ca`](https://github.com/hickory-dns/hickory-dns/commit/ece68ca7cd95462c7e5d7798dd7e8b6a305096eb) Bump chrono from 0.4.1 to 0.4.2 - [`887b59e`](https://github.com/hickory-dns/hickory-dns/commit/887b59ef93dd4f84ced66c4aed34c2aa151d1998) Merge branch 'master' into dependabot/cargo/chrono-0.4.2 ### 📊 Changes **1 file changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+7 -7) </details> ### 📄 Description Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.1 to 0.4.2. <details> <summary>Changelog</summary> *Sourced from chrono's [changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md).* > ## 0.4.2 > > ### Deprecations > > * More strongly deprecate RustcSerialize: remove it from documentation unless > the feature is enabled, issue a deprecation warning if the rustc-serialize > feature is enabled ([**quodlibetor**](https://github.com/quodlibetor) [#174](https://github-redirect.dependabot.com/chronotope/chrono/issues/174)) > > ### Features > > * Move all uses of the system clock behind a `clock` feature, for use in > environments where we don't have access to the current time. ([**jethrogb**](https://github.com/jethrogb) [#236](https://github-redirect.dependabot.com/chronotope/chrono/issues/236)) > * Implement subtraction of two `Date`s, `Time`s, or `DateTime`s, returning a > `Duration` ([**tobz1000**](https://github.com/tobz1000) [#237](https://github-redirect.dependabot.com/chronotope/chrono/issues/237)) </details> <details> <summary>Commits</summary> - [`97dbfd0`](https://github.com/chronotope/chrono/commit/97dbfd02ab68ccae0a9688b4c66a13ec6a2e5b12) Bump version for 0.4.2 release - [`1c4fc66`](https://github.com/chronotope/chrono/commit/1c4fc66323804981d141039b17cc24c4b25c8c04) Update changelog - [`ebd16f4`](https://github.com/chronotope/chrono/commit/ebd16f49d23675df85607c92d2510cc351c34f60) Merge pull request [#237](https://github-redirect.dependabot.com/chronotope/chrono/issues/237) from tobz1000/datetime-diff-sub - [`73ba5d7`](https://github.com/chronotope/chrono/commit/73ba5d79850a2c4ad138ab6df6672ef49962fcfe) Merge pull request [#236](https://github-redirect.dependabot.com/chronotope/chrono/issues/236) from jethrogb/feature_clock - [`19466e6`](https://github.com/chronotope/chrono/commit/19466e6ff4e4477f4debc170814f2b7470fca8c3) Move `SubAssign<OldDuration> next to `Sub<OldDuration` - [`d9a50cb`](https://github.com/chronotope/chrono/commit/d9a50cb767a4227a5733896c74a53c82cd0cd970) Documentation - [`a9618c8`](https://github.com/chronotope/chrono/commit/a9618c8e9d8874f807ad01217c5a33976859a4bf) Merge branch 'master' into feature_clock - [`a060684`](https://github.com/chronotope/chrono/commit/a060684abe4169156ea102ce3548729a06e3b12b) Merge pull request [#174](https://github-redirect.dependabot.com/chronotope/chrono/issues/174) from quodlibetor/deprecated-warnings-for-rustc_serialize - [`964d0a2`](https://github.com/chronotope/chrono/commit/964d0a20700720d3d7eb9fdab06879797b79bb33) Merge pull request [#234](https://github-redirect.dependabot.com/chronotope/chrono/issues/234) from skierpage/patch-1 - [`d5d5fd9`](https://github.com/chronotope/chrono/commit/d5d5fd92b7a7681c0188e1fb8abfef553a76b60c) impl Sub<T> for <T> for Date/Time types - Additional commits viewable in [compare view](https://github.com/chronotope/chrono/compare/v0.4.1...v0.4.2) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/ci_status?dependency-name=chrono&package-manager=cargo&previous-version=0.4.1&new-version=0.4.2)](https://dependabot.com/compatibility-score.html?dependency-name=chrono&package-manager=cargo&previous-version=0.4.1&new-version=0.4.2) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 ignore this [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 [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language 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) - Out-of-range updates (receive only lockfile 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:04:35 +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#1402
No description provided.