[PR #1584] [CLOSED] Bump time from 0.3.4 to 0.3.5 #2440

Closed
opened 2026-03-16 08:53:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1584
Author: @dependabot[bot]
Created: 11/15/2021
Status: Closed

Base: mainHead: dependabot/cargo/time-0.3.5


📝 Commits (1)

  • 0d6f7c4 Bump time from 0.3.4 to 0.3.5

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps time from 0.3.4 to 0.3.5.

Release notes

Sourced from time's releases.

v0.3.5

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.5 [2021-11-12]

Added

  • Date::checked_add
  • Date::checked_sub
  • PrimitiveDateTime::checked_add
  • PrimitiveDateTime::checked_sub
  • OffsetDateTime::checked_add
  • OffsetDateTime::checked_sub

Changed

  • Attempts to obtain the local UTC offset will now succeed on Linux if the process is single-threaded. This does not affect other Unix platforms. As a reminder, the relevant methods are fallible and may return an Err value for any reason.
Commits
  • 6b8cdd3 v0.3.5 release
  • 77f8bfa Re-enable obtaining local offset on Linux
  • a2b67af Move local offset function to proper sys directory
  • fff7f80 Add example to rfc3339's docs (#391)
  • bca24a9 Remove leading empty lines in doctests
  • 6b9f03f Fix OffsetDateTime::checked_{add,sub} implementations (#386)
  • ffb20c0 Fix auto-release on tag push
  • a6fedb0 Formatting
  • 86942f5 Only build benchmark dependencies when necessary
  • 10b8c5c Update feature gates to mirror latest nightly
  • 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)

🔄 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/1584 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/15/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/time-0.3.5` --- ### 📝 Commits (1) - [`0d6f7c4`](https://github.com/hickory-dns/hickory-dns/commit/0d6f7c44da492f1751c21f8344f9f96267ae0edc) Bump time from 0.3.4 to 0.3.5 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description Bumps [time](https://github.com/time-rs/time) from 0.3.4 to 0.3.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/time-rs/time/releases">time's releases</a>.</em></p> <blockquote> <h2>v0.3.5</h2> <p>See the <a href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">changelog</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">time's changelog</a>.</em></p> <blockquote> <h2>0.3.5 [2021-11-12]</h2> <h3>Added</h3> <ul> <li><code>Date::checked_add</code></li> <li><code>Date::checked_sub</code></li> <li><code>PrimitiveDateTime::checked_add</code></li> <li><code>PrimitiveDateTime::checked_sub</code></li> <li><code>OffsetDateTime::checked_add</code></li> <li><code>OffsetDateTime::checked_sub</code></li> </ul> <h3>Changed</h3> <ul> <li>Attempts to obtain the local UTC offset will now succeed on Linux if the process is single-threaded. This does not affect other Unix platforms. As a reminder, the relevant methods are fallible and may return an <code>Err</code> value for any reason.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/time-rs/time/commit/6b8cdd3d9ec07c027e3aa6b9c8a69f4e6fd568dd"><code>6b8cdd3</code></a> v0.3.5 release</li> <li><a href="https://github.com/time-rs/time/commit/77f8bfa8b0c37d8686b2ed2e81d93d028a3415e0"><code>77f8bfa</code></a> Re-enable obtaining local offset on Linux</li> <li><a href="https://github.com/time-rs/time/commit/a2b67af39767dc8095c27eff72b35382da2105d7"><code>a2b67af</code></a> Move local offset function to proper sys directory</li> <li><a href="https://github.com/time-rs/time/commit/fff7f8084709440343c5dc0f34f8b5531dca1f47"><code>fff7f80</code></a> Add example to rfc3339's docs (<a href="https://github-redirect.dependabot.com/time-rs/time/issues/391">#391</a>)</li> <li><a href="https://github.com/time-rs/time/commit/bca24a9ca7db616fcc9f264d3807655c2ac6e3d4"><code>bca24a9</code></a> Remove leading empty lines in doctests</li> <li><a href="https://github.com/time-rs/time/commit/6b9f03f8465f67fe82131f5888bdb48b52e330d4"><code>6b9f03f</code></a> Fix <code>OffsetDateTime::checked_{add,sub}</code> implementations (<a href="https://github-redirect.dependabot.com/time-rs/time/issues/386">#386</a>)</li> <li><a href="https://github.com/time-rs/time/commit/ffb20c0bf2819034104dc14d3b392be1419635d0"><code>ffb20c0</code></a> Fix auto-release on tag push</li> <li><a href="https://github.com/time-rs/time/commit/a6fedb0153a15d52a2ef661bf55c00beb7eee172"><code>a6fedb0</code></a> Formatting</li> <li><a href="https://github.com/time-rs/time/commit/86942f5a33a947105905fef476bf69cfd77720dd"><code>86942f5</code></a> Only build benchmark dependencies when necessary</li> <li><a href="https://github.com/time-rs/time/commit/10b8c5c68c15d7262b4bf636376f6e30f8958e08"><code>10b8c5c</code></a> Update feature gates to mirror latest nightly</li> <li>Additional commits viewable in <a href="https://github.com/time-rs/time/compare/v0.3.4...v0.3.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=time&package-manager=cargo&previous-version=0.3.4&new-version=0.3.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 08:53:50 +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#2440
No description provided.