shymega / scrob

Pluggable, open-source audio scrobbler, for crustaceans.
MIT License
13 stars 1 forks source link

Bump time from 0.3.19 to 0.3.20 #52

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps time from 0.3.19 to 0.3.20.

Release notes

Sourced from time's releases.

v0.3.20

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.20 [2023-02-24]

Changed

  • The minimum supported Rust version is now 1.63.0.
  • On Unix-based operating systems with known thread-safe environments, functions obtaining the local offset no longer require a check that the program is single-threaded. This currently includes MacOS, illumos, and NetBSD.

Added

  • [ignore] component in format descriptions. A count modifier is required, indicating the number of bytes to ignore when parsing.
  • [unix_timestamp] component in format descriptions. This is currently only usable with OffsetDateTime. Users can choose between seconds, milliseconds, microseconds, and nanoseconds, and whether the sign is mandatory or optional.

Fixed

  • The API for declaring soundness now uses stricter atomic orderings internally.
Commits
  • d7c725c v0.3.20 release
  • 91afd54 Add lock to another test
  • 8dca98c Implement [unix_timestamp] component
  • d07b394 Further split logical and memory offset
  • 0229837 Slightly refactor DateTime internals
  • 1daedfb Add missing test for new error variant
  • 4edf73a Use bug! instead of unreachable!
  • 0e82474 Use explicit_generic_args_with_impl_trait
  • 3b6d77f Bump MSRV to 1.63
  • eb7b60e Always test local offset
  • 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)