mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Merge #1011
1011: Bump time from 0.3.7 to 0.3.9 r=delta1 a=dependabot[bot] Bumps [time](https://github.com/time-rs/time) from 0.3.7 to 0.3.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/time-rs/time/releases">time's releases</a>.</em></p> <blockquote> <h2>v0.3.9</h2> <p>See the <a href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">changelog</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">time's changelog</a>.</em></p> <blockquote> <h2>0.3.9 [2022-03-22]</h2> <h3>Added</h3> <ul> <li><code>time::serde::format_description!</code> <ul> <li>This macro is similar to <code>time::format_description!</code>, but it generates a module that can be used in <code>#[serde(with = "foo")]</code>. This makes it far easier to serialize/deserialize a custom format.</li> </ul> </li> <li><code>Date::replace_year</code></li> <li><code>Date::replace_month</code></li> <li><code>Date::replace_day</code></li> <li><code>Time::replace_hour</code></li> <li><code>Time::replace_minute</code></li> <li><code>Time::replace_second</code></li> <li><code>Time::replace_millisecond</code></li> <li><code>Time::replace_microsecond</code></li> <li><code>Time::replace_nanosecond</code></li> <li><code>PrimitiveDateTime::replace_year</code></li> <li><code>PrimitiveDateTime::replace_month</code></li> <li><code>PrimitiveDateTime::replace_day</code></li> <li><code>PrimitiveDateTime::replace_hour</code></li> <li><code>PrimitiveDateTime::replace_minute</code></li> <li><code>PrimitiveDateTime::replace_second</code></li> <li><code>PrimitiveDateTime::replace_millisecond</code></li> <li><code>PrimitiveDateTime::replace_microsecond</code></li> <li><code>PrimitiveDateTime::replace_nanosecond</code></li> <li><code>OffsetDateTime::replace_year</code></li> <li><code>OffsetDateTime::replace_month</code></li> <li><code>OffsetDateTime::replace_day</code></li> <li><code>OffsetDateTime::replace_hour</code></li> <li><code>OffsetDateTime::replace_minute</code></li> <li><code>OffsetDateTime::replace_second</code></li> <li><code>OffsetDateTime::replace_millisecond</code></li> <li><code>OffsetDateTime::replace_microsecond</code></li> <li><code>OffsetDateTime::replace_nanosecond</code></li> <li><code>Parsed::offset_minute_signed</code></li> <li><code>Parsed::offset_second_signed</code></li> <li><code>Parsed::set_offset_minute_signed</code></li> <li><code>Parsed::set_offset_second_signed</code></li> <li><code>Parsed::with_offset_minute_signed</code></li> <li><code>Parsed::with_offset_second_signed</code></li> <li><code>error::InvalidVariant</code></li> <li><code>impl FromStr</code> for <code>Weekday</code></li> <li><code>impl FromStr</code> for <code>Month</code></li> <li><code>impl Display for Duration</code></li> </ul> <h3>Deprecated</h3> <p>The following methods have been deprecated in favor of the new, signed equivalent methods. The pre-existing methods</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="a957e12213
"><code>a957e12</code></a> 0.3.9 release</li> <li><a href="64172e9de4
"><code>64172e9</code></a> v0.3.8 release</li> <li><a href="e95ea6d251
"><code>e95ea6d</code></a> Add tests for size, alignment, trait impls</li> <li><a href="24c36afdc3
"><code>24c36af</code></a> Performance improvement</li> <li><a href="c0516544ec
"><code>c051654</code></a> Move to tt-muncher parsing</li> <li><a href="0a3cf3ce52
"><code>0a3cf3c</code></a> Implement <code>Display</code> for <code>Duration</code></li> <li><a href="dbec276ea3
"><code>dbec276</code></a> Implement <code>FromStr</code> for <code>Weekday</code>, <code>Month</code></li> <li><a href="460b7ab383
"><code>460b7ab</code></a> Limit use of fields in <code>Parsed</code></li> <li><a href="46bf135bd6
"><code>46bf135</code></a> Store offset components properly</li> <li><a href="5fde5ef8d8
"><code>5fde5ef</code></a> Relocate some code, improve internals</li> <li>Additional commits viewable in <a href="https://github.com/time-rs/time/compare/v0.3.7...v0.3.9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=time&package-manager=cargo&previous-version=0.3.7&new-version=0.3.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
commit
cb572f88c7
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -4050,7 +4050,7 @@ dependencies = [
|
||||
"tempfile",
|
||||
"testcontainers 0.12.0",
|
||||
"thiserror",
|
||||
"time 0.3.7",
|
||||
"time 0.3.9",
|
||||
"tokio",
|
||||
"tokio-socks",
|
||||
"tokio-tar",
|
||||
@ -4197,9 +4197,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "time"
|
||||
version = "0.3.7"
|
||||
version = "0.3.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "004cbc98f30fa233c61a38bc77e96a9106e65c88f2d3bef182ae952027e5753d"
|
||||
checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"num_threads",
|
||||
|
Loading…
Reference in New Issue
Block a user