Update time requirement from 0.2.15 to 0.3.0 #309

Closed
dependabot-preview[bot] wants to merge 1 commit from dependabot/cargo/time-0.3.0 into master
dependabot-preview[bot] commented 2021-07-30 10:54:11 +00:00 (Migrated from github.com)

Updates the requirements on time to permit the latest version.

Changelog

Sourced from time's changelog.

0.3.0 [unreleased]

Added

  • datetime! macro, which allows the construction of a statically verified PrimitiveDateTime or OffsetDateTime.
  • PrimitiveDateTime::replace_time
  • PrimitiveDateTime::replace_date
  • OffsetDateTime::replace_time
  • OffsetDateTime::replace_date
  • OffsetDateTime::replace_date_time
  • OffsetDateTime::replace_offset
  • #![no_alloc] support
  • Date::to_iso_week_date, replacing Date::iso_year_week
  • Date::MIN
  • Date::MAX
  • UtcOffset::from_hms
  • UtcOffset::from_whole_seconds
  • UtcOffset::as_hms
  • UtcOffset::whole_hours
  • UtcOffset::whole_minutes
  • UtcOffset::minutes_past_hour
  • UtcOffset::seconds_past_minute
  • UtcOffset::is_utc
  • UtcOffset::is_positive
  • UtcOffset::is_negative
  • OffsetDateTime::sunday_based_week
  • OffsetDateTime::monday_based_week
  • PrimitiveDateTime::to_calendar_date
  • PrimitiveDateTime::to_ordinal_date
  • PrimitiveDateTime::to_iso_week_date
  • PrimitiveDateTime::to_julian_day
  • OffsetDateTime::to_calendar_date
  • OffsetDateTime::to_ordinal_date
  • OffsetDateTime::to_iso_week_date
  • OffsetDateTime::to_julian_day
  • Time::as_hms
  • Time::as_hms_milli
  • Time::as_hms_micro
  • Time::as_hms_nano
  • PrimitiveDateTime::as_hms
  • PrimitiveDateTime::as_hms_milli
  • PrimitiveDateTime::as_hms_micro
  • PrimitiveDateTime::as_hms_nano
  • OffsetDateTime::to_hms
  • OffsetDateTime::to_hms_milli
  • OffsetDateTime::to_hms_micro
  • OffsetDateTime::to_hms_nano
  • Duration::saturating_add
  • Duration::saturating_sub

... (truncated)

Commits
  • 95bb21f Bump dependencies, create 0.3 release
  • 1a5ba3a Bump MSRV to 1.48
  • e5bb155 Update lints for Rust 1.54
  • e77e5a1 Allow setters to fail in the future
  • b513927 Update documentation
  • 9894ec6 Update CHANGELOG
  • f65dfd7 Make InvalidFormatDescription non-exhaustive
  • 778a4bd Update standback
  • a6210d1 Reintroduce zero-sized variant fields
  • 6c461ec Make ComponentRange details private
  • Additional commits viewable in compare view

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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)
Updates the requirements on [time](https://github.com/time-rs/time) to permit the latest version. <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.0 [<em>unreleased</em>]</h2> <h3>Added</h3> <ul> <li><code>datetime!</code> macro, which allows the construction of a statically verified <code>PrimitiveDateTime</code> or <code>OffsetDateTime</code>.</li> <li><code>PrimitiveDateTime::replace_time</code></li> <li><code>PrimitiveDateTime::replace_date</code></li> <li><code>OffsetDateTime::replace_time</code></li> <li><code>OffsetDateTime::replace_date</code></li> <li><code>OffsetDateTime::replace_date_time</code></li> <li><code>OffsetDateTime::replace_offset</code></li> <li><code>#![no_alloc]</code> support</li> <li><code>Date::to_iso_week_date</code>, replacing <code>Date::iso_year_week</code></li> <li><code>Date::MIN</code></li> <li><code>Date::MAX</code></li> <li><code>UtcOffset::from_hms</code></li> <li><code>UtcOffset::from_whole_seconds</code></li> <li><code>UtcOffset::as_hms</code></li> <li><code>UtcOffset::whole_hours</code></li> <li><code>UtcOffset::whole_minutes</code></li> <li><code>UtcOffset::minutes_past_hour</code></li> <li><code>UtcOffset::seconds_past_minute</code></li> <li><code>UtcOffset::is_utc</code></li> <li><code>UtcOffset::is_positive</code></li> <li><code>UtcOffset::is_negative</code></li> <li><code>OffsetDateTime::sunday_based_week</code></li> <li><code>OffsetDateTime::monday_based_week</code></li> <li><code>PrimitiveDateTime::to_calendar_date</code></li> <li><code>PrimitiveDateTime::to_ordinal_date</code></li> <li><code>PrimitiveDateTime::to_iso_week_date</code></li> <li><code>PrimitiveDateTime::to_julian_day</code></li> <li><code>OffsetDateTime::to_calendar_date</code></li> <li><code>OffsetDateTime::to_ordinal_date</code></li> <li><code>OffsetDateTime::to_iso_week_date</code></li> <li><code>OffsetDateTime::to_julian_day</code></li> <li><code>Time::as_hms</code></li> <li><code>Time::as_hms_milli</code></li> <li><code>Time::as_hms_micro</code></li> <li><code>Time::as_hms_nano</code></li> <li><code>PrimitiveDateTime::as_hms</code></li> <li><code>PrimitiveDateTime::as_hms_milli</code></li> <li><code>PrimitiveDateTime::as_hms_micro</code></li> <li><code>PrimitiveDateTime::as_hms_nano</code></li> <li><code>OffsetDateTime::to_hms</code></li> <li><code>OffsetDateTime::to_hms_milli</code></li> <li><code>OffsetDateTime::to_hms_micro</code></li> <li><code>OffsetDateTime::to_hms_nano</code></li> <li><code>Duration::saturating_add</code></li> <li><code>Duration::saturating_sub</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/time-rs/time/commit/95bb21f799d297eae35b2e2cf46721c987e18843"><code>95bb21f</code></a> Bump dependencies, create 0.3 release</li> <li><a href="https://github.com/time-rs/time/commit/1a5ba3a802e8ff29ade379a9dd9790cccd1d097a"><code>1a5ba3a</code></a> Bump MSRV to 1.48</li> <li><a href="https://github.com/time-rs/time/commit/e5bb155a1d8d648a9af65748129c93810b707998"><code>e5bb155</code></a> Update lints for Rust 1.54</li> <li><a href="https://github.com/time-rs/time/commit/e77e5a15726473015463a1bb99dfce558d5a0523"><code>e77e5a1</code></a> Allow setters to fail in the future</li> <li><a href="https://github.com/time-rs/time/commit/b513927af2e2a48b87a5374510abf9e703422d36"><code>b513927</code></a> Update documentation</li> <li><a href="https://github.com/time-rs/time/commit/9894ec60dffe0920ddd3b3e39b3c92186dc628c3"><code>9894ec6</code></a> Update CHANGELOG</li> <li><a href="https://github.com/time-rs/time/commit/f65dfd717fd84bcfe8a1e7b68a7bf4e0d645b659"><code>f65dfd7</code></a> Make <code>InvalidFormatDescription</code> non-exhaustive</li> <li><a href="https://github.com/time-rs/time/commit/778a4bd6108af92876b38b8f22489093650830b6"><code>778a4bd</code></a> Update standback</li> <li><a href="https://github.com/time-rs/time/commit/a6210d15fc86d7ce0beea398d3f70409b0440bd1"><code>a6210d1</code></a> Reintroduce zero-sized variant fields</li> <li><a href="https://github.com/time-rs/time/commit/6c461ec26a1ab4249e7ecb951858f15a4f0858cb"><code>6c461ec</code></a> Make <code>ComponentRange</code> details private</li> <li>Additional commits viewable in <a href="https://github.com/time-rs/time/compare/v0.2.15...v0.3.0">compare view</a></li> </ul> </details> <br /> 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) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
gburd (Migrated from github.com) reviewed 2021-07-30 10:54:11 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.