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.9 in /application #18

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 4, 2022

Bumps time from 0.2.27 to 0.3.9.

Release notes

Sourced from time's releases.

v0.3.9

See the changelog for details.

v0.3.7

See the changelog for details.

v0.3.6

See the changelog for details.

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.9 [2022-03-22]

Added

  • time::serde::format_description!
    • This macro is similar to time::format_description!, but it generates a module that can be used in #[serde(with = "foo")]. This makes it far easier to serialize/deserialize a custom format.
  • Date::replace_year
  • Date::replace_month
  • Date::replace_day
  • Time::replace_hour
  • Time::replace_minute
  • Time::replace_second
  • Time::replace_millisecond
  • Time::replace_microsecond
  • Time::replace_nanosecond
  • PrimitiveDateTime::replace_year
  • PrimitiveDateTime::replace_month
  • PrimitiveDateTime::replace_day
  • PrimitiveDateTime::replace_hour
  • PrimitiveDateTime::replace_minute
  • PrimitiveDateTime::replace_second
  • PrimitiveDateTime::replace_millisecond
  • PrimitiveDateTime::replace_microsecond
  • PrimitiveDateTime::replace_nanosecond
  • OffsetDateTime::replace_year
  • OffsetDateTime::replace_month
  • OffsetDateTime::replace_day
  • OffsetDateTime::replace_hour
  • OffsetDateTime::replace_minute
  • OffsetDateTime::replace_second
  • OffsetDateTime::replace_millisecond
  • OffsetDateTime::replace_microsecond
  • OffsetDateTime::replace_nanosecond
  • Parsed::offset_minute_signed
  • Parsed::offset_second_signed
  • Parsed::set_offset_minute_signed
  • Parsed::set_offset_second_signed
  • Parsed::with_offset_minute_signed
  • Parsed::with_offset_second_signed
  • error::InvalidVariant
  • impl FromStr for Weekday
  • impl FromStr for Month
  • impl Display for Duration

Deprecated

The following methods have been deprecated in favor of the new, signed equivalent methods. The pre-existing methods

... (truncated)

Commits
  • a957e12 0.3.9 release
  • 64172e9 v0.3.8 release
  • e95ea6d Add tests for size, alignment, trait impls
  • 24c36af Performance improvement
  • c051654 Move to tt-muncher parsing
  • 0a3cf3c Implement Display for Duration
  • dbec276 Implement FromStr for Weekday, Month
  • 460b7ab Limit use of fields in Parsed
  • 46bf135 Store offset components properly
  • 5fde5ef Relocate some code, improve internals
  • 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 Apr 4, 2022
@seanpmyers
Copy link
Owner

Dependent on sqlx issue launchbadge/sqlx#1455

@seanpmyers seanpmyers self-assigned this Apr 4, 2022
@dependabot dependabot bot force-pushed the dependabot/cargo/application/time-0.3.9 branch 2 times, most recently from cceea06 to abcfb48 Compare April 16, 2022 15:13
@dependabot dependabot bot force-pushed the dependabot/cargo/application/time-0.3.9 branch 2 times, most recently from 49286b0 to 0a256bf Compare May 10, 2022 12:17
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 11, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/cargo/application/time-0.3.9 branch 2 times, most recently from 89f8434 to 3218f8f Compare May 17, 2022 09:39
@dependabot dependabot bot force-pushed the dependabot/cargo/application/time-0.3.9 branch 2 times, most recently from 1d35802 to 2acc61b Compare June 6, 2022 12:10
Bumps [time](https://github.com/time-rs/time) from 0.2.27 to 0.3.9.
- [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.9)

---
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/application/time-0.3.9 branch from 2acc61b to f77f35a Compare June 11, 2022 13:18
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 17, 2022

Looks like time is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jun 17, 2022
@dependabot dependabot bot deleted the dependabot/cargo/application/time-0.3.9 branch June 17, 2022 12:55
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