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.8.0 #60

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 1 month ago

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

Changelog

Sourced from nt-time's changelog.

== {compare-url}/v0.7.0...v0.8.0[0.8.0] - 2024-05-27

=== Added

  • Add property based tests ({pull-request-url}/173#173)

=== Removed

  • Remove FileTime::as_u64 ({pull-request-url}/174#174)

== {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)

... (truncated)

Commits


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)