Skip to content

Update time requirement from 0.1 to 0.2#2

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/time-0.2
Closed

Update time requirement from 0.1 to 0.2#2
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/time-0.2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 16, 2020

Updates the requirements on time to permit the latest version.

Changelog

Sourced from time's changelog.

0.2.16 [2020-05-12]

Added

OffsetDateTimes can now be represented as Unix timestamps with serde. To do this, you can use the time::serde::timestamp and time::serde::timestamp::option modules.

0.2.15 [2020-05-04]

Fixed

cargo-web support works, and is now explicitly checked in CI. A previous change was made that made a method call ambiguous.

0.2.14 [2020-05-02]

Fixed

Adding/subtracting a core::time::Duration now correctly takes subsecond values into account. This also affects PrimitiveDateTime and OffsetDateTime.

0.2.13 [2020-05-01]

Fixed

Panicking APIs are re-exposed.

0.2.12 [2020-04-30]

Fixed

Subtracting Instants can correctly result in a negative duration, rather than resulting in the absolute value of it.

0.2.11 [2020-04-27]

Added

  • OffsetDateTime::now_utc

Deprecated

  • OffsetDateTime::now due to the offset not being clear from the method name alone.

Fixed

Dates are now uniformly random when using the rand crate. Previously, both the year and day within the year were uniform, but this meant that any given day

Commits
  • 58cfa11 Add timestamp serde support via with-annotation (#258)
  • f6e9d32 Bump version to 0.2.15
  • bf553fb Disambiguate try_into, add web to CI
  • 66e1ba2 Account for subsecond values when adding to Time
  • 20e9414 Re-expose panicking APIs
  • 5a19e53 Fix subtraction of Instants
  • 0dabad7 Create OffsetDateTime::now_utc, fix rand impl
  • e68cbc1 Looser linting
  • cda5b24 Remove deprecated API from doctests
  • 3ceaacf Fix test on Windows
  • 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)

Updates the requirements on [time](https://github.com/time-rs/time) to permit the latest version.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@0.1.35...v0.2.16)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 16, 2020
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 2, 2021

Superseded by #10.

@dependabot dependabot bot closed this Aug 2, 2021
@dependabot dependabot bot deleted the dependabot/cargo/time-0.2 branch August 2, 2021 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants