dyz1990 / sevenz-rust

A 7z decompressor/compressor lib written in pure rust
Apache License 2.0
146 stars 24 forks source link

Update nt-time requirement from 0.6.4 to 0.7.0 #59

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Updates the requirements on nt-time to permit the latest version.

Changelog

Sourced from nt-time's changelog.

== {compare-url}/v0.6.13...v0.7.0[0.7.0] - 2024-05-26

=== Changed

  • Change TryFrom<FileTime> for OffsetDateTime to return time::error::ComponentRange instead of OffsetDateTimeRangeError ({pull-request-url}/167#167)
  • Change TryFrom<FileTime> for zip::DateTime to return zip::result::DateTimeRangeError ({pull-request-url}/168#168)

=== Removed

  • Remove OffsetDateTimeRangeError ({pull-request-url}/167#167)

== {compare-url}/v0.6.12...v0.6.13[0.6.13] - 2024-05-24

=== Fixed

  • Fix error message for DosDateTimeRangeError and DosDateTimeRangeErrorKind ({pull-request-url}/163#163)

== {compare-url}/v0.6.11...v0.6.12[0.6.12] - 2024-05-20

=== Added

  • Add methods to compare and order between FileTime and zip::DateTime ({pull-request-url}/158#158)
  • Add methods to subtract between FileTime and zip::DateTime ({pull-request-url}/158#158)

== {compare-url}/v0.6.10...v0.6.11[0.6.11] - 2024-05-19

=== Added

  • Add zip::DateTime integration ({pull-request-url}/153#153)

=== Changed

  • Use TimeDelta::seconds instead of TimeDelta::try_seconds ({pull-request-url}/151#151)
  • Split file_time.rs into submodules ({pull-request-url}/154#154)

== {compare-url}/v0.6.9...v0.6.10[0.6.10] - 2024-04-08

=== Changed

  • Change position of package.metadata.docs.rs

== {compare-url}/v0.6.8...v0.6.9[0.6.9] - 2024-03-03

... (truncated)

Commits
  • 0c828f3 Release version 0.7.0
  • 4329284 Update version to 0.7.0
  • 946d48d Update doctests
  • 57c2855 Remove From\<FileTime> for OffsetDateTime
  • a04e001 Reduce variables
  • 6394c69 Change TryFrom\<FileTime> for zip::DateTime
  • a152615 Add From\<FileTime> for OffsetDateTime
  • 9e0f2b1 Merge branch 'release/v0.6.13' into develop
  • 9e9b6e5 Release version 0.6.13
  • 7c77ef0 Update version to 0.6.13
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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[bot] commented 1 month ago

Superseded by #60.