[PR #1159] [MERGED] Bump chrono from 0.4.11 to 0.4.13 #2029

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1159
Author: @dependabot-preview[bot]
Created: 7/6/2020
Status: Merged
Merged: 7/7/2020
Merged by: @bluejekyll

Base: mainHead: dependabot/cargo/chrono-0.4.13


📝 Commits (2)

  • b7c2234 Bump chrono from 0.4.11 to 0.4.13
  • 5255600 Merge branch 'main' into dependabot/cargo/chrono-0.4.13

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps chrono from 0.4.11 to 0.4.13.

Changelog

Sourced from chrono's changelog.

0.4.13

Features

  • Add DurationRound trait that allows rounding and truncating by Duration (@robyoung)

Internal Improvements

  • Code improvements to impl From for js_sys in wasm to reuse code (@schrieveslaach)

0.4.12

New Methods and impls

  • Duration::abs to ensure that a duration is just a magnitude (#418 @abreis).

Compatibility improvements

  • impl From for js_sys in wasm (#424 @schrieveslaach)
  • Bump required version of time for redox support.

Bugfixes

Internal Improvements

  • Migrate to github actions from travis-ci, make the overall CI experience more comprehensible, significantly faster and more correct (#439 @quodlibetor)
Commits
  • 2b5437d Merge pull request #447 from quodlibetor/rel-v0.4.13
  • 13c2f0b Pin version of shellcheck
  • cc0e795 Release v0.4.13
  • 6be7be3 Merge pull request #446 from schrieveslaach/feature/js-sys-date-improvements
  • 073d86a Simplify math, add a js_sys test for correctness
  • b6d7bac Fix wasm testing
  • 545fd9f Improve From<js_sys::Date> Variants for DateTime<Utc>
  • 4348cd1 Add rounding and truncating by Duration (#445)
  • e90050c Prepare changelog for next release (#444)
  • cc943c9 Only run tests when rust files have changed (#443)
  • 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)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/1159 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/6/2020 **Status:** ✅ Merged **Merged:** 7/7/2020 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `dependabot/cargo/chrono-0.4.13` --- ### 📝 Commits (2) - [`b7c2234`](https://github.com/hickory-dns/hickory-dns/commit/b7c2234d79d82c90028fada214a0b46222ff3fe7) Bump chrono from 0.4.11 to 0.4.13 - [`5255600`](https://github.com/hickory-dns/hickory-dns/commit/5255600d1dd42e04b358ab0f71da90fa42d3b196) Merge branch 'main' into dependabot/cargo/chrono-0.4.13 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.11 to 0.4.13. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/chronotope/chrono/blob/master/CHANGELOG.md">chrono's changelog</a>.</em></p> <blockquote> <h2>0.4.13</h2> <h3>Features</h3> <ul> <li>Add <code>DurationRound</code> trait that allows rounding and truncating by <code>Duration</code> (<a href="https://github.com/robyoung">@robyoung</a>)</li> </ul> <h3>Internal Improvements</h3> <ul> <li>Code improvements to impl <code>From</code> for <code>js_sys</code> in wasm to reuse code (<a href="https://github.com/schrieveslaach">@schrieveslaach</a>)</li> </ul> <h2>0.4.12</h2> <h3>New Methods and impls</h3> <ul> <li><code>Duration::abs</code> to ensure that a duration is just a magnitude (<a href="https://github-redirect.dependabot.com/chronotope/chrono/issues/418">#418</a> <a href="https://github.com/abreis">@abreis</a>).</li> </ul> <h3>Compatibility improvements</h3> <ul> <li>impl <code>From</code> for <code>js_sys</code> in wasm (<a href="https://github-redirect.dependabot.com/chronotope/chrono/issues/424">#424</a> <a href="https://github.com/schrieveslaach">@schrieveslaach</a>)</li> <li>Bump required version of <code>time</code> for redox support.</li> </ul> <h3>Bugfixes</h3> <ul> <li>serde modules do a better job with <code>Option</code> types (<a href="https://github-redirect.dependabot.com/chronotope/chrono/issues/417">#417</a> <a href="https://github.com/mwkroening">@mwkroening</a> and <a href="https://github-redirect.dependabot.com/chronotope/chrono/issues/429">#429</a> <a href="https://github.com/fx-kirin">@fx-kirin</a>)</li> <li>Use js runtime when using wasmbind to get the local offset (<a href="https://github-redirect.dependabot.com/chronotope/chrono/issues/412">#412</a> <a href="https://github.com/quodlibetor">@quodlibetor</a>)</li> </ul> <h3>Internal Improvements</h3> <ul> <li>Migrate to github actions from travis-ci, make the overall CI experience more comprehensible, significantly faster and more correct (<a href="https://github-redirect.dependabot.com/chronotope/chrono/issues/439">#439</a> <a href="https://github.com/quodlibetor">@quodlibetor</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chronotope/chrono/commit/2b5437ded06920c1f15feea0ddef1439a84076a5"><code>2b5437d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/chronotope/chrono/issues/447">#447</a> from quodlibetor/rel-v0.4.13</li> <li><a href="https://github.com/chronotope/chrono/commit/13c2f0bfc2d6b96ef2a51e84389cbdef12cd474f"><code>13c2f0b</code></a> Pin version of shellcheck</li> <li><a href="https://github.com/chronotope/chrono/commit/cc0e795b592b535640febe78cea8581181472f32"><code>cc0e795</code></a> Release v0.4.13</li> <li><a href="https://github.com/chronotope/chrono/commit/6be7be37fc7383e55459a7fc9ddc16d4f3142ae8"><code>6be7be3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/chronotope/chrono/issues/446">#446</a> from schrieveslaach/feature/js-sys-date-improvements</li> <li><a href="https://github.com/chronotope/chrono/commit/073d86a3b1d05d4c7b171715119a2b77c44c3403"><code>073d86a</code></a> Simplify math, add a js_sys test for correctness</li> <li><a href="https://github.com/chronotope/chrono/commit/b6d7bac99ac153efe95dd3871da73721de966e22"><code>b6d7bac</code></a> Fix wasm testing</li> <li><a href="https://github.com/chronotope/chrono/commit/545fd9f86322b9336d13b1575c31f11f2cf6a597"><code>545fd9f</code></a> Improve From&lt;js_sys::Date&gt; Variants for DateTime&lt;Utc&gt;</li> <li><a href="https://github.com/chronotope/chrono/commit/4348cd13c78241c1508a55ffd71debadde3d9e82"><code>4348cd1</code></a> Add rounding and truncating by Duration (<a href="https://github-redirect.dependabot.com/chronotope/chrono/issues/445">#445</a>)</li> <li><a href="https://github.com/chronotope/chrono/commit/e90050c852a8be1f1541dabb39294816d891239b"><code>e90050c</code></a> Prepare changelog for next release (<a href="https://github-redirect.dependabot.com/chronotope/chrono/issues/444">#444</a>)</li> <li><a href="https://github.com/chronotope/chrono/commit/cc943c9650359a24bc9475beb10f7739022c20c8"><code>cc943c9</code></a> Only run tests when rust files have changed (<a href="https://github-redirect.dependabot.com/chronotope/chrono/issues/443">#443</a>)</li> <li>Additional commits viewable in <a href="https://github.com/chronotope/chrono/compare/v0.4.11...v0.4.13">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=chrono&package-manager=cargo&previous-version=0.4.11&new-version=0.4.13)](https://dependabot.com/compatibility-score/?dependency-name=chrono&package-manager=cargo&previous-version=0.4.11&new-version=0.4.13) 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 04:57:32 +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#2029
No description provided.