Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump time from 0.2.27 to 0.3.5 #273

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2021

Bumps time from 0.2.27 to 0.3.5.

Release notes

Sourced from time's releases.

v0.3.5

See the changelog for details.

v0.3.4

No release notes provided.

v0.3.3

No release notes provided.

v0.3.2

No release notes provided.

v0.3.1

No release notes provided.

v0.3.0

No release notes provided.

v0.3.0-alpha-2

No release notes provided.

v0.3.0-alpha-1

No release notes provided.

v0.3.0-alpha-0

No release notes provided.

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.

0.3.4 [2021-10-26]

Added

  • error::DifferentVariant and Error::DifferentVariant
  • impl From<Component> for FormatItem<'_>
  • impl TryFrom<FormatItem<'_>> for Component
  • impl<'a> From<&'a [FormatItem<'_>]> for FormatItem<'a>
  • impl<'a> TryFrom<FormatItem<'a>> for &[FormatItem<'a>]
  • impl PartialEq<Component> for FormatItem<'_>
  • impl PartialEq<FormatItem<'_>> for Component
  • impl PartialEq<&[FormatItem<'_>]> for FormatItem<'_>
  • impl PartialEq<FormatItem<'_>> for &[FormatItem<'_>]
  • impl TryFrom<Error> for error::TryFromParsed
  • impl TryFrom<Error> for error::Parse
  • impl TryFrom<Error> for error::ParseFromDescription
  • impl TryFrom<Error> for error::InvalidFormatDescription
  • impl TryFrom<Error> for error::IndeterminateOffset
  • impl TryFrom<Error> for error::Format
  • impl TryFrom<Error> for error::ConversionRange
  • impl TryFrom<Error> for error::ComponentRange
  • impl TryFrom<error::TryFromParsed> for error::ComponentRange
  • impl TryFrom<error::Parse> for error::TryFromParsed
  • impl TryFrom<error::Parse> for error::ParseFromDescription
  • impl TryFrom<error::Format> for std::io::Error
  • impl Sum for Duration
  • impl Sum<&Duration> for Duration
  • A const fn default() has been added to all modifiers that are structs. These methods exist to permit construction in const contexts and may be removed (without being considered a breaking change) once impl const Default is stabilized.
  • FormatItem::Optional, which will consume the contained value if present but still succeed otherwise.
  • FormatItem::First, which will consume the first successful parse, ignoring any prior errors.

... (truncated)

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 15, 2021
@vinc
Copy link
Owner

vinc commented Dec 19, 2021

Formatting is no longer #![no_std] compatible (time-rs/time@c85a3b4) at the moment so we can't upgrade to 0.3 but this should be possible in the future: time-rs/time#400

@dependabot dependabot bot force-pushed the dependabot/cargo/time-0.3.5 branch 3 times, most recently from 0030b67 to 6e19341 Compare December 22, 2021 23:45
@dependabot dependabot bot force-pushed the dependabot/cargo/time-0.3.5 branch 2 times, most recently from 1e57a93 to 20f539d Compare January 12, 2022 08:41
@dependabot dependabot bot force-pushed the dependabot/cargo/time-0.3.5 branch 2 times, most recently from c1dbfa8 to 105188f Compare March 19, 2022 18:39
@dependabot dependabot bot force-pushed the dependabot/cargo/time-0.3.5 branch 3 times, most recently from 88d9c8a to 6dfe095 Compare April 5, 2022 11:05
@dependabot dependabot bot force-pushed the dependabot/cargo/time-0.3.5 branch 2 times, most recently from 94b7974 to 644249f Compare April 18, 2022 15:43
@dependabot dependabot bot force-pushed the dependabot/cargo/time-0.3.5 branch from 644249f to 7559960 Compare May 21, 2022 08:48
@dependabot dependabot bot force-pushed the dependabot/cargo/time-0.3.5 branch 2 times, most recently from 025898b to 8282bdc Compare July 21, 2022 09:31
Bumps [time](https://github.com/time-rs/time) from 0.2.27 to 0.3.5.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.2.27...v0.3.5)

---
updated-dependencies:
- dependency-name: time
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/time-0.3.5 branch from 8282bdc to ebc6fa9 Compare July 21, 2022 09:35
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 5, 2022

Superseded by #378.

@dependabot dependabot bot closed this Aug 5, 2022
@dependabot dependabot bot deleted the dependabot/cargo/time-0.3.5 branch August 5, 2022 16:30
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.

None yet

1 participant